[Vtigercrm-commits] [vtiger-commits] r5454 - /vtigercrm/trunk/modules/Contacts/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:10:53 EDT 2006


Author: richie
Date: Thu Apr 27 02:10:48 2006
New Revision: 5454

Log:
update info made dynamic. Fixes #245

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

Modified: vtigercrm/trunk/modules/Contacts/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Contacts/CallRelatedList.php Thu Apr 27 02:10:48 2006
@@ -57,5 +57,6 @@
 $smarty->assign("MODULE",$currentmodule);
 $smarty->assign("SINGLE_MOD","Contact");
 $smarty->assign("ID",$record );
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
 $smarty->display("RelatedLists.tpl");
 ?>





More information about the vtigercrm-commits mailing list