[Koha-bugs] [Bug 13499] Auth.pm needs a tidy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 5 20:45:17 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13499

--- Comment #4 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list