[Koha-cvs] CVS: koha/z3950 processz3950queue,1.10.2.1,1.10.2.2

Paul POULAIN tipaul at users.sourceforge.net
Wed Jan 28 17:43:52 CET 2004


Update of /cvsroot/koha/koha/z3950
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv934/z3950

Modified Files:
      Tag: rel_2_0
	processz3950queue 
Log Message:
fix for "lost connection to mySQL"

Index: processz3950queue
===================================================================
RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** processz3950queue	9 Jan 2004 16:09:44 -0000	1.10.2.1
--- processz3950queue	28 Jan 2004 16:43:50 -0000	1.10.2.2
***************
*** 243,247 ****
  								print "$$/$id : working on results entry $resultsid\n";
  	# set active to 1 => this request is on the way.
! 								my $stj=$dbh->prepare("update z3950results set active=1 where id=?");
  								$stj->execute($resultsid);
  #######
--- 243,247 ----
  								print "$$/$id : working on results entry $resultsid\n";
  	# set active to 1 => this request is on the way.
! 								my $stj=$dbi->prepare("update z3950results set active=1 where id=?");
  								$stj->execute($resultsid);
  #######





More information about the Koha-cvs mailing list