[COMMIT LOGREPORT] service/all/lib/Lire ReportSchedule.pm,1.14,1.15

Francis J. Lacoste flacoste at users.sourceforge.net
Fri Jun 17 17:27:14 CEST 2005


Update of /cvsroot/logreport/service/all/lib/Lire
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29620/all/lib/Lire

Modified Files:
	ReportSchedule.pm 
Log Message:
Make sure that the report's metadata reflects the report's data.


Index: ReportSchedule.pm
===================================================================
RCS file: /cvsroot/logreport/service/all/lib/Lire/ReportSchedule.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ReportSchedule.pm	9 Oct 2004 20:12:30 -0000	1.14
+++ ReportSchedule.pm	17 Jun 2005 15:27:12 -0000	1.15
@@ -228,6 +228,9 @@
     } else {
         $report = $cfg->generate_report( $store );
     }
+    $report->timespan_period( $period );
+    $report->timespan_start( $source->{'start'} );
+    $report->timespan_end( $source->{'end'} );
 
     my $report_file = $store->put_report( $report_job, $self, $report );
     foreach my $job ( $self->output_jobs() ) {

-- 
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