From b26d3595d4c591a546ee3da0069f33614d8144a1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 30 Aug 2007 20:34:02 +0000 Subject: - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1. --- modules/system/system.install | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/system/system.install') 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'); -- cgit v1.2.3