koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.33,1.6.2.34


From: Alan Millar
Subject: [Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.33,1.6.2.34
Date: Fri, 05 Jul 2002 12:30:17 -0700

Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv23086

Modified Files:
      Tag: rel-1-2
        marcimport.pl 
Log Message:
Second arg of requireDBI is calling subroutine name

Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.6.2.33
retrieving revision 1.6.2.34
diff -C2 -r1.6.2.33 -r1.6.2.34
*** marcimport.pl       5 Jul 2002 16:04:04 -0000       1.6.2.33
--- marcimport.pl       5 Jul 2002 19:30:14 -0000       1.6.2.34
***************
*** 681,685 ****
      my ($dbh)address@hidden;
  
!     requireDBI($dbh,"uploadedmarc");
  
      print "<a href=$ENV{'SCRIPT_NAME'}>Main Menu</a><hr>\n";
--- 681,685 ----
      my ($dbh)address@hidden;
  
!     requireDBI($dbh,"uploadmarc");
  
      print "<a href=$ENV{'SCRIPT_NAME'}>Main Menu</a><hr>\n";
***************
*** 801,805 ****
      )address@hidden;
  
!     requireDBI($dbh,"uploadedmarc");
  
      my $name=$input->param('name');
--- 801,805 ----
      )address@hidden;
  
!     requireDBI($dbh,"AcceptMarcUpload");
  
      my $name=$input->param('name');
***************
*** 1147,1150 ****
--- 1147,1153 ----
  #---------------
  # $Log$
+ # Revision 1.6.2.34  2002/07/05 19:30:14  amillar
+ # Second arg of requireDBI is calling subroutine name
+ #
  # Revision 1.6.2.33  2002/07/05 16:04:04  tonnesen
  # Fixing some bugs in marcimport.pl that broke uploading marc records.




reply via email to

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