[Vtigercrm-commits] [vtiger-commits] r5456 - /vtigercrm/trunk/modules/HelpDesk/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:11:38 EDT 2006
Author: richie
Date: Thu Apr 27 02:11:34 2006
New Revision: 5456
Log:
update info made dynamic. Fixes #245
Modified:
vtigercrm/trunk/modules/HelpDesk/CallRelatedList.php
Modified: vtigercrm/trunk/modules/HelpDesk/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/HelpDesk/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/HelpDesk/CallRelatedList.php Thu Apr 27 02:11:34 2006
@@ -42,5 +42,6 @@
$smarty->assign("ID",$RECORD );
$smarty->assign("MODULE",$currentmodule);
$smarty->assign("SINGLE_MOD",$currentmodule);
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->display("RelatedLists.tpl");
?>
More information about the vtigercrm-commits
mailing list