http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2505
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |[email protected] --- Comment #17 from Ian Walls <[email protected]> --- All three attached files properly fix code for using warnings. First patch adds 'my' to variables in foreach loops, and fixes some spacing. Second patch corrects call to CGI (CGI->new(); instead of new CGI;). Third patch breaks out default value of variable onto a second line with ||=. Marking Passed 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/
