[Vtigercrm-commits] [vtiger-commits] r4295 - /vtigercrm/trunk/install/5createTables.inc.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Mar 18 09:47:07 EST 2006


Author: richie
Date: Sat Mar 18 07:47:03 2006
New Revision: 4295

Log:
removed the commented out check for table creation status

Modified:
    vtigercrm/trunk/install/5createTables.inc.php

Modified: vtigercrm/trunk/install/5createTables.inc.php
==============================================================================
--- vtigercrm/trunk/install/5createTables.inc.php (original)
+++ vtigercrm/trunk/install/5createTables.inc.php Sat Mar 18 07:47:03 2006
@@ -229,8 +229,8 @@
 // TODO HTML
 if($success==0)
 	die("Error: Tables not created.  Table creation failed.\n");
-//elseif ($success==1)
-//	die("Error: Tables partially created.  Table creation failed.\n");
+elseif ($success==1)
+	die("Error: Tables partially created.  Table creation failed.\n");
 else
 	eecho("Tables Successfully created.\n");
 





More information about the vtigercrm-commits mailing list