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

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 22:31:03 CEST 2002


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++;
    }





More information about the Koha-cvs mailing list