Bug 2306 - bulkmarcimport.pl adds one too many items
Summary: bulkmarcimport.pl adds one too many items
Status: CLOSED REMIND
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: 2.2.9
Hardware: Macintosh All
: P3 normal (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 03:49 UTC by Rick Welykochy
Modified: 2014-12-07 20:02 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:49:10 UTC


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