diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 3 |
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; |