Fixed class constructor names.
[fa-stable.git] / reporting / includes / excel_report.inc
index 3786a91aaf9d92bcba4522a2096473deac9dc390..08ab6aeb7dc7dd57ef1580e503a5221f6f7b1079 100644 (file)
@@ -60,7 +60,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
        
        var $sheet;
 
-       function FrontReport($title, $filename, $size = 'A4', $fontsize = 9, $orientation = 'P', $margins = NULL, $excelColWidthFactor = 6.5)
+       function __construct($title, $filename, $size = 'A4', $fontsize = 9, $orientation = 'P', $margins = NULL, $excelColWidthFactor = 6.5)
        {
                global $SysPrefs, $page_security;