[Vtigercrm-commits] [vtiger-commits] r10838 - /vtigercrm/branches/5.0.3/modules/Reports/CreatePDF.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 10 15:14:48 EDT 2007
Author: jerrydgeorge
Date: Thu May 10 13:14:39 2007
New Revision: 10838
Log:
ini variable max_execution_time is set to 1800 for the CreatePDF.php file.Fixes #3796
Modified:
vtigercrm/branches/5.0.3/modules/Reports/CreatePDF.php
Modified: vtigercrm/branches/5.0.3/modules/Reports/CreatePDF.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/CreatePDF.php (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/CreatePDF.php Thu May 10 13:14:39 2007
@@ -8,6 +8,7 @@
* All Rights Reserved.
*
********************************************************************************/
+ini_set('max_execution_time','1800');
require_once("modules/Reports/ReportRun.php");
require_once("modules/Reports/Reports.php");
require('include/fpdf/fpdf.php');
More information about the vtigercrm-commits
mailing list