From: lpsolit%gmail.com <>
Date: Tue, 21 Nov 2006 01:28:59 +0000 (+0000)
Subject: Docs for bug 233962: UserInGroup() no longer takes a second parameter - Patch by...
X-Git-Tag: bugzilla-2.22.2~33
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660610486328136693b3fef96004101bd4a25159;p=thirdparty%2Fbugzilla.git
Docs for bug 233962: UserInGroup() no longer takes a second parameter - Patch by me, r=Colin
---
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml
index 1fd36d2bd4..f404aeba96 100644
--- a/docs/xml/customization.xml
+++ b/docs/xml/customization.xml
@@ -731,8 +731,21 @@
data/versioncache for the list called
@::log_columns. If you need help writing custom
rules for your organization, ask in the newsgroup.
-
-
+
+
+
+ Modification in UserInGroup()
+
+
+ The UserInGroup() function in the
+ Bugzilla/User.pm module only accepts
+ one argument since 2.17.5: the name of a group. This check
+ is now always done against the current user, and a second
+ argument specifying the user ID to check this group against
+ is no longer valid and an error is thrown if you try to.
+
+
+
Modifying Your Running System