http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |m --- Comment #20 from Jonathan Druart <[email protected]> --- QA Comments: A lot of QA issues: * C4/ILSDI/Services.pm FAIL valid FAIL "my" variable $issue masks earlier declaration in same scope * members/moremember.pl FAIL valid FAIL "my" variable $renewerror masks earlier declaration in same statement "my" variable $renewokay masks earlier declaration in same statement * opac/opac-user.pl FAIL forbidden patterns FAIL The patch introduces a forbidden pattern: tabulation character (188) moremember.pl l.521,522: my ( $renewokay, $renewerror ) = my ( $renewokay, $renewerror ) = [...] 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/
