From 586ee82391f87b27cfa200c3e28059dc5de9f205 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 14 Sep 2012 17:01:46 +0200 Subject: [PATCH 3/3] Bug 8296: Follow up for QA 1 tab replaced by space 1 redefined variable removed Signed-off-by: Julian Maurice --- serials/serials-collection.pl | 2 +- serials/serials-edit.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/serials/serials-collection.pl b/serials/serials-collection.pl index 4556653..fab417f 100755 --- a/serials/serials-collection.pl +++ b/serials/serials-collection.pl @@ -57,7 +57,7 @@ if($op eq 'gennext' && @subscriptionid){ my $subscriptionid = $subscriptionid[0]; my $subscription = GetSubscription($subscriptionid); - my $sth = $dbh->prepare(" + my $sth = $dbh->prepare(" SELECT publisheddate, publisheddatetext, serialid, serialseq, planneddate FROM serial diff --git a/serials/serials-edit.pl b/serials/serials-edit.pl index b16d2a3..398e4d4 100755 --- a/serials/serials-edit.pl +++ b/serials/serials-edit.pl @@ -81,7 +81,6 @@ my @serialids = $query->param('serialid'); my @serialseqs = $query->param('serialseq'); my @planneddates = $query->param('planneddate'); my @publisheddates = $query->param('publisheddate'); -my @publisheddates = $query->param('publisheddate'); my @publisheddatetexts = $query->param('publisheddatetext'); my @status = $query->param('status'); my @notes = $query->param('notes'); -- 1.7.10.4