From: justdave%syndicomm.com <>
Date: Sat, 17 Jan 2004 11:17:20 +0000 (+0000)
Subject: Bug 231145: wrong number of F's in the SQL to create an additional admin user (2...
X-Git-Tag: bugzilla-2.16.5~15
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df9d5d52826cedf79ee415affa73ed00114b061;p=thirdparty%2Fbugzilla.git
Bug 231145: wrong number of F's in the SQL to create an additional admin user (2.16 docs only)
---
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml
index fe87d49a74..52334472d5 100644
--- a/docs/xml/administration.xml
+++ b/docs/xml/administration.xml
@@ -225,7 +225,7 @@
mysql>
- update profiles set groupset=0x7ffffffffffffff where login_name =
+ update profiles set groupset=0x7fffffffffffffff where login_name =
"(user's login name)";