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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 05:52:03 EDT 2006


Author: richie
Date: Wed May 24 03:51:59 2006
New Revision: 6345

Log:
removed the creation time display

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 03:51:59 2006
@@ -229,8 +229,8 @@
 // populate forums data
 global $log, $db;
 
-$endTime = microtime();
-$deltaTime = microtime_diff($startTime, $endTime);
+//$endTime = microtime();
+//$deltaTime = microtime_diff($startTime, $endTime);
 
 
 // populate calendar data





More information about the vtigercrm-commits mailing list