Changeset 858 in ExiteCMS for trunk/administration/upgrade/rev00850.php
- Timestamp:
- 09/29/07 21:51:40 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
administration/upgrade/rev00850.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 Copy of config.php 2 config.backup.php 2 3 config.php
-
- Property svn:ignore
-
trunk/administration/upgrade/rev00850.php
r857 r858 37 37 38 38 // add the language settings admin module to the admin table and give all webmasters access 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')");39 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##admin (admin_rights, admin_image, admin_title, admin_link, admin_page) VALUES ('S7', 'settings_lang.gif', 'Language Setiings', 'settings_language.php', '3')"); 40 40 $commands[] = array('type' => 'db', 'value' => "UPDATE ##PREFIX##users SET user_rights = CONCAT(user_rights, '.S7') WHERE user_level = 103"); 41 41
Note: See TracChangeset
for help on using the changeset viewer.
