---- Reported by rick@praxis.com.au 2008-07-03 15:49:05 ---- intranet/scripts/misc/migration_tools/bulkmarcimport.pl 305: for (my $i=0;$i<=$#items;$i++) should read: 305: for (my $i=0;$i<$#items;$i++) or better still: 305: for (my $i=0;$i<@items;$i++) ---- Additional Comments From nengard@gmail.com 2009-12-23 17:59:13 ---- This bug hasn't been touched in nearly a year, please revisit and test and close if appropriate. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:49 UTC --- This bug was previously known as _bug_ 2306 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2306 Actual time not defined. Setting to 0.0