From fb4c22207f27dc070149073cde8adb4ed8866250 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 8 Jun 2006 03:31:10 +0000 Subject: Bug 312935: User Account Log should start with a creation date - Patch by Frédéric Buclin r=bkor, r=wicked a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- createaccount.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'createaccount.cgi') diff --git a/createaccount.cgi b/createaccount.cgi index edd1c0a66..b50f9d87a 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -69,9 +69,9 @@ if (defined($login)) { $vars->{'login'} = $login; - $dbh->bz_lock_tables('profiles WRITE', 'groups READ', + $dbh->bz_lock_tables('profiles WRITE', 'profiles_activity WRITE', 'user_group_map WRITE', 'email_setting WRITE', - 'tokens READ'); + 'groups READ', 'tokens READ', 'fielddefs READ'); if (!is_available_username($login)) { # Account already exists -- cgit v1.2.3-24-g4f1b