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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 29 12:23:55 EDT 2006


Author: richie
Date: Thu Jun 29 10:23:47 2006
New Revision: 7677

Log:
Support for last view done

Modified:
    vtigercrm/trunk/index.php

Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Thu Jun 29 10:23:47 2006
@@ -487,7 +487,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