Bug 127318 - push UserInGroup to templates

r=jake x 2


git-svn-id: svn://10.0.0.236/trunk@115557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-03-01 06:01:12 +00:00
parent 64e009df7b
commit a0bfcec93b

View File

@ -1678,6 +1678,9 @@ $::vars =
# Generic linear search function
'lsearch' => \&lsearch ,
# UserInGroup - you probably want to cache this
'UserInGroup' => \&UserInGroup ,
};
1;