http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8296
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #13 from Jonathan Druart <[email protected]> --- QA Comments: * serials/serials-collection.pl FAIL forbidden patterns FAIL The patch introduces a forbidden pattern: tabulation character at line 2 + my $sth = $dbh->prepare("; valid OK critic OK * serials/serials-edit.pl FAIL forbidden patterns OK valid FAIL "my" variable @publisheddates masks earlier declaration in same scope critic OK 1 tabulation character and 1 redefined variable. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
