summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-14 19:59:39 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-14 19:59:39 +0000
commit6c0db2de16b770df482d9b2526ed39f3ceaf7551 (patch)
treeee8f828233f1c2e65e1d9d3618f060c8f85a7a87 /update.php
parent559276162095e907db21dd3da3c1bea13b4b7c62 (diff)
downloadbrdo-6c0db2de16b770df482d9b2526ed39f3ceaf7551.tar.gz
brdo-6c0db2de16b770df482d9b2526ed39f3ceaf7551.tar.bz2
- modified the SQL update to lowercase all user theme settings to let them
keep their settings. - Change author fields in marvin and example theme. Dries is picky about his name ;)
Diffstat (limited to 'update.php')
-rw-r--r--update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 838f09c12..1c8a58a6b 100644
--- a/update.php
+++ b/update.php
@@ -352,6 +352,7 @@ function update_25() {
update_sql("REPLACE system SET name = 'system', type = 'module', filename = 'system.module', status = '1';");
update_sql("REPLACE system SET name = 'user', type = 'module', filename = 'user.module', status = '1';");
update_sql("REPLACE system SET name = 'watchdog', type = 'module', filename = 'watchdog.module', status = '1';");
+ update_sql("UPDATE users SET theme = LOWER(theme);');
}
/*