https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694
--- Comment #10 from Fridolin Somers <[email protected]> --- (In reply to Emily Lamancusa from comment #6) > > Can you explain more about why 'and' would be better in this case? At first > I was thinking it was because we want it to short-circuit if $patron is not > defined, but looking at the section for '&&', '&&' will also short-circuit, > so I'm not clear on what the advantage of 'and' would be. Mmm forget that I've done some tests. Indeed && can be used here. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
