[Vtigercrm-commits] [vtiger-commits] r7244 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 19 02:55:22 EDT 2006
Author: saraj
Date: Mon Jun 19 00:55:17 2006
New Revision: 7244
Log:
track commented out
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Mon Jun 19 00:55:17 2006
@@ -482,7 +482,7 @@
if(isset($_REQUEST['record']) && $_REQUEST['record']!='' && $_REQUEST["module"] != "Webmails")
{
// Only track a viewing if the record was retrieved.
- $focus->track_view($current_user->id, $actualModule,$_REQUEST['record']);
+ //$focus->track_view($current_user->id, $actualModule,$_REQUEST['record']);
}
}
More information about the vtigercrm-commits
mailing list