From 8e657f64efb3c3e12365d1c33e6ab89e40d9bfd5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Sep 2003 18:18:43 +0000 Subject: - Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update. --- modules/user/user.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 8c57b40da..2759ff4d7 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -142,6 +142,7 @@ function user_save($account, $array = array()) { } else { $array["timestamp"] = time(); + $array["uid"] = db_next_id("user_uid"); foreach ($array as $key => $value) { if ($key == "pass") { -- cgit v1.2.3