Index: branches/5.2.x/units/reports/reports_tag_processor.php =================================================================== diff -u -N -r14258 -r14569 --- branches/5.2.x/units/reports/reports_tag_processor.php (.../reports_tag_processor.php) (revision 14258) +++ branches/5.2.x/units/reports/reports_tag_processor.php (.../reports_tag_processor.php) (revision 14569) @@ -1,6 +1,6 @@ setID(1); $object->SetDBField('Metric', $metric); -// echo '
';
-//		print_r($a_report_options);
-//		echo date('m/d/Y H:i:s', $a_report_options['from']).'
'; -// echo date('m/d/Y H:i:s', $a_report_options['to']).'
'; - if (!($a_report_options['from'] && $a_report_options['to'])) { // calculate from & to as extreme order dates $sql = 'SELECT MAX(OrderDate) AS date_to, MIN(OrderDate) AS date_frm @@ -333,7 +328,7 @@ { $a_data[0] = Array( 'Metric' => $other_metric, - 'Name' => $this->Application->Phrase('la_Others'), + 'Name' => $this->Application->Phrase('la_text_Others'), ); } }