http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10927 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- $ grep -l hashdump `find .` ./C4/Auth_with_ldap.pm ./C4/Utils.pm ./t/db_dependent/Context.t $ grep -l maxwidth `find .` ./C4/Utils.pm ./C4/Images.pm ./t/db_dependent/Context.t Checking C4/Images.pm showed that wasn't applicable. Checking C4/Auth_with_ldap.pm showed that it was applicable. I think it is triggered by the LDAP user existing locally and debug turned on, but I didn't try to figure out expressly. I eyeballed the patch and was wondering why the "Examining defined key values" section was cut, and not changed. Is there a reason to cut it? Perhaps it makes the test look prettier. :) -- You are receiving this mail because: You are watching all bug changes.