summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-30 20:34:02 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-30 20:34:02 +0000
commitb26d3595d4c591a546ee3da0069f33614d8144a1 (patch)
tree7d9e32cfc87a3b8a9ff2e986c072fd3521ea6ace
parentdf8c572708af7c9b434e127869fb91d8e55683a9 (diff)
downloadbrdo-b26d3595d4c591a546ee3da0069f33614d8144a1.tar.gz
brdo-b26d3595d4c591a546ee3da0069f33614d8144a1.tar.bz2
- Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.
-rw-r--r--modules/system/system.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 4e37ee5b3..fea6533a5 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -260,8 +260,6 @@ function system_install() {
// Load system theme data appropriately.
system_theme_data();
- db_query("INSERT INTO {users} (uid, name, mail) VALUES(%d, '%s', '%s')", 0, '', '');
-
db_query("INSERT INTO {role} (name) VALUES ('%s')", 'anonymous user');
db_query("INSERT INTO {role} (name) VALUES ('%s')", 'authenticated user');