[Vtigercrm-commits] [vtiger-commits] r5452 - /vtigercrm/trunk/modules/Campaigns/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:09:05 EDT 2006


Author: richie
Date: Thu Apr 27 02:08:58 2006
New Revision: 5452

Log:
update info made dynamic. Fixes #245

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

Modified: vtigercrm/trunk/modules/Campaigns/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Campaigns/CallRelatedList.php Thu Apr 27 02:08:58 2006
@@ -37,7 +37,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