Ignore:
Timestamp:
09/29/07 17:00:19 (5 years ago)
Author:
hverton
Message:

fixed some more syntax errors :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade/rev00850.php

    r856 r857  
    3838// add the language settings admin module to the admin table and give all webmasters access 
    3939$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"); 
    4141 
    4242// 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.