]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 290000: lock email settings table before adding new user
authorbugreport%peshkin.net <>
Wed, 13 Apr 2005 06:28:47 +0000 (06:28 +0000)
committerbugreport%peshkin.net <>
Wed, 13 Apr 2005 06:28:47 +0000 (06:28 +0000)
Patch by bugreport@peshkin.net
r=glob,a=justdave

editusers.cgi

index 20ac12a7fd84fd2dbc19afd849103a3f6cfce54e..c71d704fdabfc66fcfe05ef8e2c79422691f8cc7 100755 (executable)
@@ -153,6 +153,7 @@ if ($action eq 'search') {
     # Lock tables during the check+creation session.
     $dbh->bz_lock_tables('profiles WRITE',
                          'profiles_activity WRITE',
+                         'email_setting WRITE',
                          'namedqueries READ',
                          'whine_queries READ',
                          'tokens READ');