[COMMIT LOGREPORT] service/all/lib/Lire ReportSchedule.pm,1.15,1.16
Francis J. Lacoste
flacoste at users.sourceforge.net
Fri Jun 17 22:02:25 CEST 2005
Update of /cvsroot/logreport/service/all/lib/Lire
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11446/all/lib/Lire
Modified Files:
ReportSchedule.pm
Log Message:
Fixed period parameter.
Index: ReportSchedule.pm
===================================================================
RCS file: /cvsroot/logreport/service/all/lib/Lire/ReportSchedule.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ReportSchedule.pm 17 Jun 2005 15:27:12 -0000 1.15
+++ ReportSchedule.pm 17 Jun 2005 20:02:23 -0000 1.16
@@ -228,7 +228,7 @@
} else {
$report = $cfg->generate_report( $store );
}
- $report->timespan_period( $period );
+ $report->timespan_period( $self->period() );
$report->timespan_start( $source->{'start'} );
$report->timespan_end( $source->{'end'} );
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list