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.5,1.6


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.5,1.6
Date: Fri, 05 Sep 2003 04:30:24 -0700

Update of /cvsroot/koha/koha/z3950
In directory sc8-pr-cvs1:/tmp/cvs-serv11175/z3950

Modified Files:
        processz3950queue 
Log Message:


Index: processz3950queue
===================================================================
RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** processz3950queue   23 Jun 2003 11:28:52 -0000      1.5
--- processz3950queue   5 Sep 2003 11:30:22 -0000       1.6
***************
*** 59,64 ****
                                if ($forkcounter<12) {
                                        my $now=time();
!                                       my $stk=$dbh->prepare("select 
id,server,startdate,enddate,numrecords,active from z3950results where 
queryid=$id");
!                                       ($stk->execute) || (next);
                                        my %serverdone;
                                        unless ($stk->rows) {
--- 59,64 ----
                                if ($forkcounter<12) {
                                        my $now=time();
!                                       my $stk=$dbh->prepare("select 
id,server,startdate,enddate,numrecords,active from z3950results where 
queryid=?");
!                                       ($stk->execute($id)) || (next);
                                        my %serverdone;
                                        unless ($stk->rows) {




reply via email to

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