Changeset 857 in ExiteCMS for trunk/administration/upgrade/rev00850.php
- Timestamp:
- 09/29/07 17:00:19 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/upgrade/rev00850.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/upgrade/rev00850.php
r856 r857 38 38 // add the language settings admin module to the admin table and give all webmasters access 39 39 $commands[] = array('type' => 'db', 'value' => "INSERT INTO TABLE ##PREFIX##admin (admin_rights, admin_image, admin_title, admin_link, admin_page) VALUES ('S7', 'settings_lang.gif', 'Language Setiings', 'settings_language.php', '3')"); 40 $commands[] = array('type' => 'db', 'value' => "UPDATE ##PREFIX##users SET user_rights = CONCAT(user_rights, ".S7") WHERE user_level = 103");40 $commands[] = array('type' => 'db', 'value' => "UPDATE ##PREFIX##users SET user_rights = CONCAT(user_rights, '.S7') WHERE user_level = 103"); 41 41 42 42 // add module identification to user_groups, so they can be removed when uninstalling a module
Note: See TracChangeset
for help on using the changeset viewer.
