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.14,1.15


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/C4 Stats.pm,1.14,1.15
Date: Thu, 19 Dec 2002 10:55:42 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv20637/C4

Modified Files:
        Stats.pm 
Log Message:
Templating reservereport et shelves.


Index: Stats.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Stats.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Stats.pm    19 Dec 2002 15:22:18 -0000      1.14
--- Stats.pm    19 Dec 2002 18:55:40 -0000      1.15
***************
*** 125,129 ****
    while (my $data=$sth->fetchrow_hashref){
        my %tempvalue;
!     $tempvalue->{'value'}="$data->{'datetime'}\t$data->{'branch'}";
      push(@results, \%tempvalue);
    }
--- 125,129 ----
    while (my $data=$sth->fetchrow_hashref){
        my %tempvalue;
!     $tempvalue{'value'}="$data->{'datetime'}\t$data->{'branch'}";
      push(@results, \%tempvalue);
    }




reply via email to

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