koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Stats.pm,1.4,1.5


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Stats.pm,1.4,1.5
Date: Thu, 20 Jun 2002 13:31:03 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv1020

Modified Files:
        Stats.pm 
Log Message:
Merged with rel-1-2 copy


Index: Stats.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Stats.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Stats.pm    20 Jun 2002 18:56:52 -0000      1.4
--- Stats.pm    20 Jun 2002 20:31:01 -0000      1.5
***************
*** 208,212 ****
    $sth->execute;
    while (my $data=$sth->fetchrow_hashref){
!     @results[$i]=$data;
      $i++;
    }
--- 208,212 ----
    $sth->execute;
    while (my $data=$sth->fetchrow_hashref){
!     $results[$i]=$data;
      $i++;
    }




reply via email to

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