koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.10.2.1,1.10.2.2
Date: Wed, 28 Jan 2004 08:43:52 -0800

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);
  #######




reply via email to

[Prev in Thread] Current Thread [Next in Thread]