From: bbaetz%student.usyd.edu.au <> Date: Fri, 1 Mar 2002 14:01:12 +0000 (+0000) Subject: Bug 127318 - push UserInGroup to templates X-Git-Tag: bugzilla-2.16rc1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7627cc08d694116c44accdf64c8a2f2b61765cc0;p=thirdparty%2Fbugzilla.git Bug 127318 - push UserInGroup to templates r=jake x 2 --- diff --git a/globals.pl b/globals.pl index 6052424991..f2e714443f 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;