10 Oct
2012
10 Oct
'12
7:54 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8895 --- Comment #1 from Marc Véron <veron@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.