Bug 8296: Follow up for QA
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 14 Sep 2012 15:01:46 +0000 (17:01 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2015 13:41:28 +0000 (10:41 -0300)
1 redefined variable removed

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Cedric Vita <cedric.vita@dracenie.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

serials/serials-edit.pl

index 1a8339f..9b6f5d0 100755 (executable)
@@ -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');