[Vtigercrm-commits] [vtiger-commits] r5775 - /vtigercrm/branches/4.2/install/5createTables.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 9 01:37:31 EDT 2006
Author: allanbush
Date: Mon May 8 23:37:27 2006
New Revision: 5775
Log:
Fixed problem caused by chageset:5539 due to the session being created after html output started during the installation.
Modified:
vtigercrm/branches/4.2/install/5createTables.php
Modified: vtigercrm/branches/4.2/install/5createTables.php
==============================================================================
--- vtigercrm/branches/4.2/install/5createTables.php (original)
+++ vtigercrm/branches/4.2/install/5createTables.php Mon May 8 23:37:27 2006
@@ -17,6 +17,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.
********************************************************************************/
+ require('include/ListView/ListView.php');
if (is_file('../install_lock')) {
header("Location: ../index.php");
More information about the vtigercrm-commits
mailing list