]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 127318 - push UserInGroup to templates
authorbbaetz%student.usyd.edu.au <>
Fri, 1 Mar 2002 14:01:12 +0000 (14:01 +0000)
committerbbaetz%student.usyd.edu.au <>
Fri, 1 Mar 2002 14:01:12 +0000 (14:01 +0000)
r=jake x 2

globals.pl

index 6052424991ca0b93c90b878876a38634f362b8bc..f2e714443f9aa62b2ae375f3dab8a4af29b4e77b 100644 (file)
@@ -1678,6 +1678,9 @@ $::vars =
 
     # Generic linear search function
     'lsearch' => \&lsearch ,
+
+    # UserInGroup - you probably want to cache this
+    'UserInGroup' => \&UserInGroup ,
   };
 
 1;