https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18226
--- Comment #19 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #18) > The comparaison > $libCount = Koha::Libraries->search->count > does not work when there is no libraries defined (0 vs undef) Hmm. I think it is an assignment, not an comparison. Both 0 and undef will be interpreted as false by ok. (Note that I am not the author.) -- 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/
