5 Jan
2015
5 Jan
'15
7:45 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13499 --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Martin Renvoize from comment #3)
Let me know your thoughts, and thanks for testing
$ git reset --hard origin/master $ cp C4/Auth.pm ~/before.txt $ git bz apply 13499 ... $ cp C4/Auth.pm ~/after.txt $ diff -w ~/before.txt ~/after.txt ... Adding and removing blank lines shown, so I don't have a problem EXCEPT... you made one code correction on line 669 by removing an extra and out of place semicolon. I don't mind signing off, BUT... I really feel the semicolon fix should be in a patch by itself. -- You are receiving this mail because: You are watching all bug changes.