[Koha-bugs] [Bug 7829] reports/ remove all exit(1) for plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 26 16:52:30 CEST 2012


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

--- Comment #1 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 8632
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8632&action=edit
Bug 7829 - reports/ remove all exit(1) for plack

In Bug 7772 Ian correctly noted that reports have exit(1) all over the place.
This is left over from old code, and this patch changes them to exit(0).

I decided to use plain exit as opposed to explicit exit(0) since it produces
cleaner code, but I'm welcoming suggestion on this.

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


More information about the Koha-bugs mailing list