summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/update.php b/update.php
index 03eb29f47..d4fef9ffc 100644
--- a/update.php
+++ b/update.php
@@ -44,7 +44,8 @@ $mysql_updates = array(
"2003-08-15" => "update_60",
"2003-08-20" => "update_61",
"2003-08-27" => "update_62",
- "2003-09-09" => "update_63"
+ "2003-09-09" => "update_63",
+ "2003-09-10" => "update_64"
);
function update_32() {
@@ -388,6 +389,10 @@ function update_63() {
update_sql("INSERT INTO sequences (name, id) VALUES ('users_uid', '$users')");
}
+function update_64() {
+ update_sql("UPDATE users SET rid = 1 WHERE uid = 0");
+}
+
/*
** System functions
*/