[Koha-bugs] [Bug 13068] New feature for DB update and sandbox

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 5 12:36:18 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068

--- Comment #56 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Jonathan Druart from comment #55)
> Marcel, all looks good to me but I have few questions:
Thanks for testing, Jonathan.
I hope to address your questions now.

> 6/ From http://perldoc.perl.org/functions/do.html, it seems that 
> 	print "ERROR: $!\n" if $!;
> should be
> 	print "ERROR: $!\n" if $! and not $@;
OK. That is fine with me. I first check $@; in the second print I will the
condition.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list