From 7627cc08d694116c44accdf64c8a2f2b61765cc0 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 1 Mar 2002 14:01:12 +0000 Subject: Bug 127318 - push UserInGroup to templates r=jake x 2 --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3-24-g4f1b