[Koha-bugs] [Bug 10400] Text::CSV_XS error-checking should be standardized

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 5 16:54:28 CEST 2013


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

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
Testing shows that if you pass an invalid field list to _get_text_fields(), the
result is:

$VAR1 = [
          {
            'desc' => undef,
            'code' => undef
          }
        ];

That seems a bit untidy; I think it ought to return either undef or a ref to an
empty list in that case.

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


More information about the Koha-bugs mailing list