17 Sep
2024
17 Sep
'24
4:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37895 --- Comment #10 from Kyle M Hall <kyle@bywatersolutions.com> ---
try { $dbh->do(q{}); say_success( $out, "Database modification was successful!" ); } catch { say_failure( $out, "Database modification failed with errors: $_" ); }
^ this I like -- You are receiving this mail because: You are watching all bug changes.