[Koha-bugs] [Bug 12375] Store serials enumeration data in separate fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 25 15:33:48 CEST 2014


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

--- Comment #27 from Kyle M Hall <kyle at bywatersolutions.com> ---
This new followup should suppress those warnings. Please give it a try!

(In reply to Julian Maurice from comment #20)
> Ok, it works well now, but it generates a lot of warnings
> 
> Use of uninitialized value $indexes[1] in hash element at
> installer/data/mysql/updatedatabase.pl line 8605.
> Use of uninitialized value $indexes[2] in hash element at
> installer/data/mysql/updatedatabase.pl line 8605.
> ...
> 
> line 8605 for me is...
> 
> (
>     undef,
>     $enumeration_data{ $indexes[0] },  # <= ... here
>     $enumeration_data{ $indexes[1] },
>     $enumeration_data{ $indexes[2] }
> ) = split( /__SPLIT__/, $serialseq );
> 
> Could you fix that, please ?

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


More information about the Koha-bugs mailing list