http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7829
--- Comment #1 from Dobrica Pavlinusic <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
