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

Alan Millar amillar at users.sourceforge.net
Fri Jul 5 21:30:17 CEST 2002


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)=@_;
  
!     requireDBI($dbh,"uploadedmarc");
  
      print "<a href=$ENV{'SCRIPT_NAME'}>Main Menu</a><hr>\n";
--- 681,685 ----
      my ($dbh)=@_;
  
!     requireDBI($dbh,"uploadmarc");
  
      print "<a href=$ENV{'SCRIPT_NAME'}>Main Menu</a><hr>\n";
***************
*** 801,805 ****
      )=@_;
  
!     requireDBI($dbh,"uploadedmarc");
  
      my $name=$input->param('name');
--- 801,805 ----
      )=@_;
  
!     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.





More information about the Koha-cvs mailing list