koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] [Bug 63] New: Error in marcimport.pl


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 63] New: Error in marcimport.pl
Date: Fri Jul 5 07:22:06 2002

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]