From: lpsolit%gmail.com <> Date: Tue, 21 Nov 2006 01:30:49 +0000 (+0000) Subject: Docs for bug 233962: UserInGroup() no longer takes a second parameter - Patch by... X-Git-Tag: bugzilla-2.20.4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54822e72a683e4e206ddf509eedcab4ef166cc7d;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 d4b6cfebd0..797c8661ae 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