[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.30,1.31

Mike Hansen wolfpac444 at users.sourceforge.net
Wed Feb 19 02:01:43 CET 2003


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

Modified Files:
	marcimport.pl 
Log Message:
Removed the unecessary $dbh argument from being passed.
Resolved a few minor FIXMEs.


Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** marcimport.pl	2 Feb 2003 07:18:38 -0000	1.30
--- marcimport.pl	19 Feb 2003 01:01:07 -0000	1.31
***************
*** 314,318 ****
  		my ($srvid, $server, $database, $auth) = split(/\//, $serverstring, 4);
  		if ( $server ) {
! 			my $srvname=&z3950servername($dbh,$srvid,"$server/$database");
  			$template->param(srvid => $srvid);
  			$template->param(srvname => $srvname);
--- 314,318 ----
  		my ($srvid, $server, $database, $auth) = split(/\//, $serverstring, 4);
  		if ( $server ) {
! 			my $srvname=&z3950servername($srvid,"$server/$database");
  			$template->param(srvid => $srvid);
  			$template->param(srvname => $srvname);
***************
*** 807,810 ****
--- 807,814 ----
  # log cleared, as marcimport is (almost) rewritten from scratch.
  # $Log$
+ # Revision 1.31  2003/02/19 01:01:07  wolfpac444
+ # Removed the unecessary $dbh argument from being passed.
+ # Resolved a few minor FIXMEs.
+ #
  # Revision 1.30  2003/02/02 07:18:38  acli
  # Moved C4/Charset.pm to C4/Interface/CGI/Output.pm





More information about the Koha-cvs mailing list