[Vtigercrm-commits] [vtiger-commits] r5450 - /vtigercrm/trunk/modules/Accounts/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:08:16 EDT 2006
Author: richie
Date: Thu Apr 27 02:08:12 2006
New Revision: 5450
Log:
update info made dynamic. Fixes #245
Modified:
vtigercrm/trunk/modules/Accounts/CallRelatedList.php
Modified: vtigercrm/trunk/modules/Accounts/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Accounts/CallRelatedList.php Thu Apr 27 02:08:12 2006
@@ -32,7 +32,7 @@
}
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
-
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
if (isset($focus->name)) $smarty->assign("NAME", $focus->name);
$related_array=getRelatedLists("Accounts",$focus);
$smarty->assign("RELATEDLISTS", $related_array);
More information about the vtigercrm-commits
mailing list