[Vtigercrm-commits] [vtiger-commits] r4800 - /vtigercrm/trunk/install/5createTables.inc.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 31 00:38:14 EST 2006
Author: saraj
Date: Thu Mar 30 22:38:10 2006
New Revision: 4800
Log:
chang4es made to write tab data in flat file
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 Thu Mar 30 22:38:10 2006
@@ -175,8 +175,9 @@
// default customview population
require_once('modules/CustomView/PopulateCustomView.php');
-// create and Populate PHPBB tables and data
-//create_populate_phpbb();
+//Writing tab data in flat file
+create_tab_data_file();
+create_parenttab_data_file();
// populate the db with seed data
if ($db_populate) {
More information about the vtigercrm-commits
mailing list