[Vtigercrm-commits] [vtiger-commits] r5458 - /vtigercrm/trunk/modules/Leads/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:12:20 EDT 2006


Author: richie
Date: Thu Apr 27 02:12:16 2006
New Revision: 5458

Log:
update info made dynamic. Fixes #245

Modified:
    vtigercrm/trunk/modules/Leads/CallRelatedList.php

Modified: vtigercrm/trunk/modules/Leads/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Leads/CallRelatedList.php Thu Apr 27 02:12:16 2006
@@ -50,6 +50,7 @@
 $smarty->assign("REDIR_MOD","leads");
 $smarty->assign("MODULE", $currentmodule);
 $smarty->assign("ID",$RECORD );
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
 $smarty->display("RelatedLists.tpl");
 
 ?>





More information about the vtigercrm-commits mailing list