[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
Fri Oct 12 16:39:25 CEST 2012


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12752|0                           |1
        is obsolete|                            |

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 12789
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12789&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.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
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