[Bug 63] New: Error in marcimport.pl
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=63 Summary: Error in marcimport.pl Product: Koha Version: 1.2.1 Platform: PC OS/Version: All Status: NEW Severity: major Priority: P2 Component: Acquisitions AssignedTo: chris@katipo.co.nz ReportedBy: paul.poulain@free.fr QAContact: koha-devel@lists.sourceforge.net When i try to do a marcimport, i get : ERROR: Subroutine uploadmarc called without proper DBI handle. Please contact system administrator. I think it's due to line 86 of marcimport that is if ($menu eq 'uploadmarc') { uploadmarc(); last SWITCH; } and should be : if ($menu eq 'uploadmarc') { uploadmarc($dbh); last SWITCH; } I correct it in main branch if my diagnostic is confirmed ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz