]> git.koha-community.org Git - koha.git/commit
Bug 12861 : Noisy warn in the error logs
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Sep 2014 21:49:41 +0000 (09:49 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 1 Feb 2015 03:34:11 +0000 (16:34 +1300)
commit131050798d2933c02cdb2de853ae62e51b55ad37
tree085d2fd5a8ddfe2ebced46435b4890d991a32202
parent59407a0e38da6f447650cdd30da9958fff20c5bc
Bug 12861 : Noisy warn in the error logs

To test
Hit a url like
cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=FIRECLAY

Notice the warns in the error log
Apply patch
Reload the url
Still works but no warns

(cherry picked from commit c98d805e490a82b2ea9f3d4e0f7278640942ba6d)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Reformatted to fix error M Tompsett spotted

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Instead of 10 warnings, I now have only 4 warnings.
We're going in the right direction.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit b2ce6347e55c92c9974f64d272dedffda41e3b44)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/AuthoritiesMarc.pm