diff options
author | bbaetz%student.usyd.edu.au <> | 2002-03-01 14:01:12 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-03-01 14:01:12 +0000 |
commit | 7627cc08d694116c44accdf64c8a2f2b61765cc0 (patch) | |
tree | abb9530630564135e8caaacb78a7988fe3f75705 | |
parent | beded135d0c2579e034c051e631c670f7b5d95c4 (diff) | |
download | bugs-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar bugs-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar.gz bugs-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar.bz2 bugs-7627cc08d694116c44accdf64c8a2f2b61765cc0.tar.xz bugs-7627cc08d694116c44accdf64c8a2f2b61765cc0.zip |
Bug 127318 - push UserInGroup to templates
r=jake x 2
-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; |