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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 8 00:10:17 EDT 2006


Author: mmbrich
Date: Fri Apr  7 22:10:13 2006
New Revision: 5018

Log:
removed the Webmails module from the record focus since we are
not working with actual CRM records but instead are using mailids


Modified:
    vtigercrm/trunk/index.php

Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Fri Apr  7 22:10:13 2006
@@ -470,7 +470,7 @@
 			break;
 		}
 	
-	if(isset($_REQUEST['record']) && $_REQUEST['record']!='')
+	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']);





More information about the vtigercrm-commits mailing list