/[drupal]/contributions/modules/ubercart/uc_reports/uc_reports.module
ViewVC logotype

Diff of /contributions/modules/ubercart/uc_reports/uc_reports.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.11.4.5 by rszrama, Wed Sep 23 19:14:43 2009 UTC revision 1.11.4.6 by rszrama, Wed Nov 18 21:13:32 2009 UTC
# Line 756  function uc_reports_sales_summary() { Line 756  function uc_reports_sales_summary() {
756    );    );
757    
758    // Get the sales report for the month.    // Get the sales report for the month.
759    $month = _uc_reports_get_sales($today_start, 'month');    $month = _uc_reports_get_sales($month_start, 'month');
760    $month_title = format_date($today_start, 'custom', 'M Y');    $month_title = format_date($month_start, 'custom', 'M Y');
761    
762    // Add the month-to-date details to the report table.    // Add the month-to-date details to the report table.
763    $rows[] = array(    $rows[] = array(
# Line 1424  function _uc_reports_end_interval($time, Line 1424  function _uc_reports_end_interval($time,
1424    
1425    return $temp;    return $temp;
1426  }  }
   

Legend:
Removed from v.1.11.4.5  
changed lines
  Added in v.1.11.4.6

  ViewVC Help
Powered by ViewVC 1.1.3