summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-03-01 15:01:12 +0100
committerbbaetz%student.usyd.edu.au <>2002-03-01 15:01:12 +0100
commit7627cc08d694116c44accdf64c8a2f2b61765cc0 (patch)
treeabb9530630564135e8caaacb78a7988fe3f75705 /globals.pl
parentbeded135d0c2579e034c051e631c670f7b5d95c4 (diff)
downloadbugzilla-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar.gz
bugzilla-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar.xz
Bug 127318 - push UserInGroup to templates
r=jake x 2
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 605242499..f2e714443 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1678,6 +1678,9 @@ $::vars =
# Generic linear search function
'lsearch' => \&lsearch ,
+
+ # UserInGroup - you probably want to cache this
+ 'UserInGroup' => \&UserInGroup ,
};
1;