From: Julian Maurice Date: Fri, 14 Sep 2012 15:01:46 +0000 (+0200) Subject: Bug 8296: Follow up for QA X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=473b7f8dea398a86cb707ef83bec58a1f79e3a61;p=koha.git Bug 8296: Follow up for QA 1 redefined variable removed Signed-off-by: Julian Maurice Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- diff --git a/serials/serials-edit.pl b/serials/serials-edit.pl index 1a8339fee5..9b6f5d08d1 100755 --- a/serials/serials-edit.pl +++ b/serials/serials-edit.pl @@ -82,7 +82,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');