[Vtigercrm-commits] [vtiger-commits] r6328 - /vtigercrm/trunk/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 10:43:35 EDT 2006


Author: richie
Date: Tue May 23 08:43:31 2006
New Revision: 6328

Log:
Fixes #897

Modified:
    vtigercrm/trunk/index.php

Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Tue May 23 08:43:31 2006
@@ -558,17 +558,17 @@
                 echo "&copy; Click <a href ='javascript:mypopup()'>here</a> for Copyright details.<br>";
 		echo "</td></tr></table></td></tr></table>\n";
 
-		echo "<table align='center'><tr><td align='center'>";
+	//	echo "<table align='center'><tr><td align='center'>";
 		// Under the Sugar Public License referenced above, you are required to leave in all copyright statements
 		// in both the code and end-user application.
-		if($calculate_response_time)
-		{
-			$endTime = microtime();
-
-			$deltaTime = microtime_diff($startTime, $endTime);
-			echo('&nbsp;Server response time: '.$deltaTime.' seconds.');
-		}
-		echo "</td></tr></table>\n";
+	//	if($calculate_response_time)
+	//	{
+	//		$endTime = microtime();
+
+	//		$deltaTime = microtime_diff($startTime, $endTime);
+	//		echo('&nbsp;Server response time: '.$deltaTime.' seconds.');
+	//	}
+	//	echo "</td></tr></table>\n";
 	}
 	if(($action != 'mytkt_rss') && ($action != 'home_rss'))
 	{





More information about the vtigercrm-commits mailing list