[Vtigercrm-commits] [vtiger-commits] r5460 - /vtigercrm/trunk/modules/Potentials/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:12:42 EDT 2006
Author: richie
Date: Thu Apr 27 02:12:37 2006
New Revision: 5460
Log:
update info made dynamic. Fixes #245
Modified:
vtigercrm/trunk/modules/Potentials/CallRelatedList.php
Modified: vtigercrm/trunk/modules/Potentials/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Potentials/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Potentials/CallRelatedList.php Thu Apr 27 02:12:37 2006
@@ -34,7 +34,7 @@
$smarty->assign("RELATEDLISTS", $related_array);
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
-
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->assign("id",$focus->id);
$smarty->assign("ID",$RECORD );
$smarty->assign("MODULE",$currentmodule);
More information about the vtigercrm-commits
mailing list