From 54822e72a683e4e206ddf509eedcab4ef166cc7d Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Tue, 21 Nov 2006 01:30:49 +0000
Subject: [PATCH] Docs for bug 233962: UserInGroup() no longer takes a second
parameter - Patch by me, r=Colin
---
docs/xml/customization.xml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
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
--
2.47.3