11 May
2026
11 May
'26
10:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762 --- Comment #36 from Jonathan Druart <jonathan.druart@gmail.com> --- + + if (@errors) { + + #TODO: Throw exception + use Data::Dumper; + $Data::Dumper::Maxdepth = 4; + warn Dumper( '##### 2 #######################################################line: ' . __LINE__ ); + warn Dumper( \@errors ); + warn Dumper('##### end2 #######################################################'); + } -- You are receiving this mail because: You are watching all bug changes.