]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 231145: wrong number of F's in the SQL to create an additional admin user (2...
authorjustdave%syndicomm.com <>
Sat, 17 Jan 2004 11:17:20 +0000 (11:17 +0000)
committerjustdave%syndicomm.com <>
Sat, 17 Jan 2004 11:17:20 +0000 (11:17 +0000)
docs/xml/administration.xml

index fe87d49a746515ad898da34a53c733c3694a7f8a..52334472d5f2dafdb8cae1bf67e8dd3401337002 100644 (file)
             <prompt>mysql&gt;</prompt>
 
             <command>
-              update profiles set groupset=0x7ffffffffffffff where login_name =
+              update profiles set groupset=0x7fffffffffffffff where login_name =
               "(user's login name)";
             </command>
           </member>