[Koha-cvs] CVS: koha/import breeding.pl,1.1,1.2

MJ Ray slef at users.sourceforge.net
Mon Oct 6 11:10:41 CEST 2003


Update of /cvsroot/koha/koha/import
In directory sc8-pr-cvs1:/tmp/cvs-serv26381/import

Modified Files:
	breeding.pl 
Log Message:
Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39)

Index: breeding.pl
===================================================================
RCS file: /cvsroot/koha/koha/import/breeding.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** breeding.pl	4 Jun 2003 13:46:25 -0000	1.1
--- breeding.pl	6 Oct 2003 09:10:38 -0000	1.2
***************
*** 85,89 ****
  		$marcrecord.=$_;
  	}
! 	my ($notmarcrecord,$alreadyindb,$alreadyinfarm,$imported) = ImportBreeding($marcrecord,$overwrite_biblio,$filename,$syntax);
  
  	$template->param(imported => $imported,
--- 85,89 ----
  		$marcrecord.=$_;
  	}
! 	my ($notmarcrecord,$alreadyindb,$alreadyinfarm,$imported) = ImportBreeding($marcrecord,$overwrite_biblio,$filename,$syntax,int(rand(99999)));
  
  	$template->param(imported => $imported,
***************
*** 104,107 ****
--- 104,110 ----
  # log cleared, as marcimport is (almost) rewritten from scratch.
  # $Log$
+ # Revision 1.2  2003/10/06 09:10:38  slef
+ # Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39)
+ #
  # Revision 1.1  2003/06/04 13:46:25  tipaul
  # moving breeding farm import to parameters page (GUI) and to new import/ directory (code structure)





More information about the Koha-cvs mailing list