From c41117346f48774e5c6731303702b5ce98db517b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 21 Jun 2006 07:44:46 +0000 Subject: Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/gnats2bz.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/gnats2bz.pl') diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl index c343f5750..7a509682e 100644 --- a/contrib/gnats2bz.pl +++ b/contrib/gnats2bz.pl @@ -861,8 +861,6 @@ sub map_username_to_realname() { return(""); } -# This routine was copied from globals.pl which was largely copied -# from Mysql.pm. sub detaint_string { my ($str) = @_; $str =~ m/^(.*)$/s; -- cgit v1.2.3-24-g4f1b