diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-08-30 20:34:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-08-30 20:34:02 +0000 |
commit | b26d3595d4c591a546ee3da0069f33614d8144a1 (patch) | |
tree | 7d9e32cfc87a3b8a9ff2e986c072fd3521ea6ace /modules | |
parent | df8c572708af7c9b434e127869fb91d8e55683a9 (diff) | |
download | brdo-b26d3595d4c591a546ee3da0069f33614d8144a1.tar.gz brdo-b26d3595d4c591a546ee3da0069f33614d8144a1.tar.bz2 |
- Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 2 |
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'); |