[Vtigercrm-commits] [vtiger-commits] r11136 - /vtigercrm/branches/5.0.3/install/5createTables.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 14:42:09 EDT 2007


Author: saraj
Date: Tue May 29 12:42:06 2007
New Revision: 11136

Log:
time limit increased

Modified:
    vtigercrm/branches/5.0.3/install/5createTables.php

Modified: vtigercrm/branches/5.0.3/install/5createTables.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/5createTables.php (original)
+++ vtigercrm/branches/5.0.3/install/5createTables.php Tue May 29 12:42:06 2007
@@ -16,7 +16,7 @@
  * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/install/5createTables.php,v 1.58 2005/04/19 16:57:08 ray Exp $
  * Description:  Executes a step in the installation process.
  ********************************************************************************/
-set_time_limit(600);
+set_time_limit(2000);
 
 if (isset($_REQUEST['db_name'])) $db_name  				= $_REQUEST['db_name'];
 if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables 	= $_REQUEST['db_drop_tables'];





More information about the vtigercrm-commits mailing list