[Koha-bugs] [Bug 8895] Warning in systempreferences.pl: Use of uninitialized value in length...

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 10 07:54:16 CEST 2012


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

--- Comment #1 from Marc Véron <veron at veron.ch> ---
Created attachment 12752
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12752&action=edit
Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in
length...

Clicking on Local use tab in system preferences results in warning in log file:

systempreferences.pl: Use of uninitialized value in length at
(...)/admin/systempreferences.pl line 456

Reason: content field "value" in table "systempreferences" can be NULL (and is
tested for length).

Added test for "defined" at to places.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list