279 array(60,'templ_perm_add','User is allowed to add new permission templates.'), |
279 array(60,'templ_perm_add','User is allowed to add new permission templates.'), |
280 array(61,'templ_perm_edit','User is allowed to edit existing permission templates.') |
280 array(61,'templ_perm_edit','User is allowed to edit existing permission templates.') |
284 "INSERT INTO users VALUES (1,'admin','21232f297a57a5a743894a0e4a801fc3','Administrator','admin@example.net','Administrator with full rights.',1,1)", |
284 "INSERT INTO users VALUES (1,'admin'," . $db->quote(md5($pa_pass)) . ",'Administrator','admin@example.net','Administrator with full rights.',1,1)", |
285 "INSERT INTO perm_templ VALUES (1,'Administrator','Administrator template with full rights.')", |
285 "INSERT INTO perm_templ VALUES (1,'Administrator','Administrator template with full rights.')", |
286 "INSERT INTO perm_templ_items VALUES (249,1,53)" |
286 "INSERT INTO perm_templ_items VALUES (249,1,53)" |