https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663
--- Comment #73 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize (ashimema) from comment #72) > Created attachment 179455 [details] [review] > Bug 38663: (follow-up) Make database update idempotent > > Signed-off-by: Martin Renvoize <[email protected]> This is wrong -use Koha::Installer::Output qw(say_warning say_success say_info); +use Koha::Installer::Output qw(say_warning say_success( $out, say_info); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
