Added two new helpers date_comp, sql_date_comp.
[fa-stable.git] / reporting / includes / excel_report.inc
index cc5cafcc814cb16fb05d14ac8c9a6e64bf6a25fc..214bcfde04aad6f0e03bca71021b6e53db027891 100644 (file)
@@ -693,7 +693,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
                return ($px / $unit_offset_length);
        }       
 
-       function End($email=0, $subject=null, $myrow=null, $doctype = 0)
+       function End($email=0, $subject='')
        {
                global $path_to_root;
                ++$this->y;
@@ -721,4 +721,3 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
        }
 }
 
-?>
\ No newline at end of file