From f30e92711a48569225bd1810b11c7ea91bae14d1 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 1 Jun 2001 09:07:27 +0000 Subject: Fix for bug 57848, perl warnings in several files. Patch by Nick Hibma r= justdave@syndicomm.com --- move.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move.pl') diff --git a/move.pl b/move.pl index 921e8e74e..42eb96351 100755 --- a/move.pl +++ b/move.pl @@ -109,7 +109,7 @@ foreach my $id (split(/:/, $::FORM{'buglist'})) { SendSQL("INSERT INTO bugs_activity " . "(bug_id,who,bug_when,fieldid,oldvalue,newvalue) VALUES " . "($id,$exporterid,now(),$fieldid,'$cur_status','RESOLVED')"); - my $fieldid = GetFieldID("resolution"); + $fieldid = GetFieldID("resolution"); my $cur_res= $bug->resolution; SendSQL("INSERT INTO bugs_activity " . "(bug_id,who,bug_when,fieldid,oldvalue,newvalue) VALUES " . -- cgit v1.2.3-24-g4f1b