[Koha-bugs] [Bug 27161] Base.pm complains about unitialized value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 16 16:35:53 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27161

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #6 from Fridolin Somers <fridolin.somers at biblibre.com> ---
  if ( $metadata  & $metadata !~ "")

second test is useless I think, 
  if ($metadata) with skip undefined, empty string and 0

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


More information about the Koha-bugs mailing list