[Bps-public-commit] r11669 - RT-Extension-Reports/html/Reports/Types

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 10 01:07:30 EDT 2008


Author: sunnavy
Date: Thu Apr 10 01:07:21 2008
New Revision: 11669

Modified:
   RT-Extension-Reports/html/Reports/Types/General

Log:
fixed General

Modified: RT-Extension-Reports/html/Reports/Types/General
==============================================================================
--- RT-Extension-Reports/html/Reports/Types/General	(original)
+++ RT-Extension-Reports/html/Reports/Types/General	Thu Apr 10 01:07:21 2008
@@ -119,7 +119,7 @@
 
         while ( $tmp_date->Unix < $end_date->Unix ) {
             if ( $Filter ) {
-                    next TICKET unless RT::Extension::Reports::Filter::filter_ticket( Filter => $Filter, Ticket => $ticket, Date => $tmp_date, OnlyDate => 1 );
+                    next unless RT::Extension::Reports::Filter::filter_ticket( Filter => $Filter, Ticket => $ticket, Date => $tmp_date, OnlyDate => 1 );
             }
 
             next if $ticket->Created gt $tmp_date->Date . ' 23:59:59';



More information about the Bps-public-commit mailing list