[Vtigercrm-commits] [vtiger-commits] r4921 - /vtigercrm/trunk/include/utils/utils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 10:44:48 EDT 2006


Author: saraj
Date: Wed Apr  5 08:44:44 2006
New Revision: 4921

Log:
logs has been removed

Modified:
    vtigercrm/trunk/include/utils/utils.php

Modified: vtigercrm/trunk/include/utils/utils.php
==============================================================================
--- vtigercrm/trunk/include/utils/utils.php (original)
+++ vtigercrm/trunk/include/utils/utils.php Wed Apr  5 08:44:44 2006
@@ -744,8 +744,6 @@
 {
 	if (file_exists('tabdata.php') && (filesize('tabdata.php') != 0))
         {
-	global $log;
-        $log->info("the file exists");
                 include('tabdata.php');
 		$tabname = array_search($tabid,$tab_info_array);
         }





More information about the vtigercrm-commits mailing list