From e490b45d57aee2aacd171a4a9b586111a8c88f53 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 16 Mar 2005 06:10:13 +0000 Subject: Bug 283581 : Move UserInGroup out of globals.pl Patch by Colin Ogilvie r=mkanat a=justdave --- Bugzilla/Series.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Series.pm') diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm index 53e6fbabf..3d4f301b9 100644 --- a/Bugzilla/Series.pm +++ b/Bugzilla/Series.pm @@ -163,7 +163,7 @@ sub initFromCGI { # Change 'admin' here and in series.html.tmpl, or remove the check # completely, if you want to change who can make series public. - $self->{'public'} = 0 unless &::UserInGroup('admin'); + $self->{'public'} = 0 unless UserInGroup('admin'); } sub writeToDatabase { -- cgit v1.2.3-24-g4f1b