1 Nov
2013
1 Nov
'13
3:09 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11077 --- Comment #15 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 22667 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22667&action=edit Bug 11077 - Correct silent warnings in C4/Auth.pm This patch corrects a noisy ne condition. $userid = $retuserid if ( $retuserid ne ''); became $userid = $retuserid if ( $retuserid ); It also integrates Srdjan Jankovic's patch with Petter Goksøyr Åsen's patch, while correcting the problems found. -- You are receiving this mail because: You are watching all bug changes.