11 Jun
2013
11 Jun
'13
7:08 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10209 --- Comment #11 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- Oh yes, and another thing - I'm not sure if if ($b ne undef) works as you would expect. Usually you would say if (defined $b). But if ($b) should be enough (and best I believe, because it protects from ''). -- You are receiving this mail because: You are watching all bug changes.