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 --- globals.pl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index ec7d39693..ec8c52d4d 100644 --- a/globals.pl +++ b/globals.pl @@ -966,14 +966,6 @@ sub get_legal_field_values { return @$result_ref; } -sub UserInGroup { - if ($_[1]) { - die "UserInGroup no longer takes a second parameter."; - } - - return defined Bugzilla->user->groups->{$_[0]}; -} - sub BugInGroupId { my ($bugid, $groupid) = (@_); PushGlobalSQLState(); -- cgit v1.2.3-24-g4f1b