Improved entropy for report file urls.
[fa-stable.git] / reporting / includes / excel_report.inc
index cc5cafcc814cb16fb05d14ac8c9a6e64bf6a25fc..74f11e85c08b44e056ff5c3e901abeb208d06695 100644 (file)
@@ -80,7 +80,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
                $rtl = ($_SESSION['language']->dir == 'rtl');
                $this->code = strtolower($_SESSION['language']->encoding);
                $this->filename = $filename.".xls";
-               $this->unique_name = uniqid('').".xls";
+               $this->unique_name = random_id().".xls";
                $this->path = company_path(). '/pdf_files';
                $this->Spreadsheet_Excel_Writer_Workbook($this->path."/".$this->unique_name);
                //$this->setCountry(48);
@@ -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;