20 Sep
2023
20 Sep
'23
9:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694 --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- (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.