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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 14:56:38 EDT 2006


Author: richie
Date: Wed May 24 12:56:34 2006
New Revision: 6375

Log:
removed reference to PopulateCustomFieldTables.php file
as no longer needed

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 Wed May 24 12:56:34 2006
@@ -195,10 +195,6 @@
 $combo = new PopulateComboValues();
 $combo->create_tables();
 
-// create and populate custom field tables;
-require_once('include/PopulateCustomFieldTables.php');
-create_custom_field_tables();
-
 create_default_users();
 
 // default report population





More information about the vtigercrm-commits mailing list