From: lpsolit%gmail.com <> Date: Tue, 21 Nov 2006 01:33:48 +0000 (+0000) Subject: Docs for bug 233962: UserInGroup() no longer takes a second parameter - Patch by... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb8b0d7fe03f64a27c098f716ff5d1f3761aba38;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 a64a8d7c46..609539ffe5 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 + globals.pl file 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