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

--- Comment #4 from M. Tompsett <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to