]> git.koha-community.org Git - koha.git/commit
Bug 7330 - System preferences editor generates errors in the log with each search
authorOwen Leonard <oleonard@myacpl.org>
Wed, 7 Dec 2011 15:50:06 +0000 (10:50 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 20 Jan 2012 20:26:04 +0000 (15:26 -0500)
commit4f272609cef417208038b732f289d4fab855e2f2
treea789f98f8175ab03f2cf2628c5ffb9c4e92a77ee
parentf6dc5ad89bc8f884fbd45b85113b7ff5a147acfe
Bug 7330 - System preferences editor generates errors in the log with each search

Adding a check for an empty value in a couple of places
which seem to always get one.

As far as I can tell these places in the script are looping
over ALL the data in the pref files, and sometimes an empty
value comes through. I wonder if this is because of a minor
syntax error in the pref file?

My correction is a stab in the dark since I haven't determined
where the empty value is actually coming from. This change
quiets the errors in the log and doesn't seem to affect
preference search results.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
No more messages in the logs. Yay!

Ran unit tests on this (t, xt/author, xt, t/db_dependent)- nothing out of the ordinary in any.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 081790295661662f3d1f22673b1c44eee030fddb)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
(cherry picked from commit bedb6bfa961b0d81b829469b29ef33a3fbdb2863)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
admin/preferences.pl