[Koha-cvs] koha/cataloguing z3950_search.pl

Antoine Farnault antoine at koha-fr.org
Fri Jul 13 18:00:50 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/07/13 16:00:50

Modified files:
	cataloguing    : z3950_search.pl 

Log message:
	syntax error

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/z3950_search.pl?cvsroot=koha&r1=1.6&r2=1.7

Patches:
Index: z3950_search.pl
===================================================================
RCS file: /sources/koha/koha/cataloguing/z3950_search.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- z3950_search.pl	12 Jul 2007 15:30:13 -0000	1.6
+++ z3950_search.pl	13 Jul 2007 16:00:50 -0000	1.7
@@ -56,7 +56,6 @@
 my $toggle;
 my $record;
 my $oldbiblio;
-my $dbh = C4::Context->dbh;
 my $errmsg;
 my @serverloop = ();
 my @serverhost;
@@ -205,10 +204,7 @@
                         $notmarcrecord, $alreadyindb, $alreadyinfarm,
                         $imported,      $breedingid
                       )
-                      = ImportBreeding( $marcdata, 1, $serverhost[$k],
-                        $encoding[$k], $random );
-                        
-                        $encoding[$k], $random ));
+                      = ImportBreeding( $marcdata, 1, $serverhost[$k], $encoding[$k], $random );
                         
                     my %row_data;
                     if ( $i % 2 ) {





More information about the Koha-cvs mailing list