Bug 127318 - push UserInGroup to templates

r=jake x 2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-03-01 06:01:12 +00:00
Родитель 3851b84398
Коммит b2f0e1ee4b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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