[Top][All Lists]
[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);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Stats.pm,1.14,1.15,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha reservereport.pl,1.2,1.3 shelves.pl,1.8,1.9
- Next by Date:
[Koha-cvs] CVS: koha/C4 Output.pm,1.34,1.35
- Previous by thread:
[Koha-cvs] CVS: koha reservereport.pl,1.2,1.3 shelves.pl,1.8,1.9
- Next by thread:
[Koha-cvs] CVS: koha/C4 Output.pm,1.34,1.35
- Index(es):