https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16645
--- Comment #5 from Marcel de Rooy <[email protected]> --- (In reply to Fridolin SOMERS from comment #3) > + no warnings 'redefine'; > This is already set a few lines above. > No ? > > + use warnings 'redefine'; > sure we need this line ? No warnings was repeated. Will remove it and move the enable warns one level higher outside the if statement. It is better to add it. Only allow redefines without warnings within the section you have explicitly marked as such. -- 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/
