[Vtigercrm-commits] [vtiger-commits] r9032 - /vtigercrm/trunk/modules/Contacts/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Aug 18 08:59:15 EDT 2006
Author: richie
Date: Fri Aug 18 06:59:11 2006
New Revision: 9032
Log:
typo error fixed --Minnie
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 Fri Aug 18 06:59:11 2006
@@ -58,7 +58,7 @@
$smarty->assign("id",$focus->id);
$smarty->assign("NAME",$focus->name);
-$related_array = getrelatedlists($currentModule,$focus);
+$related_array = getRelatedLists($currentModule,$focus);
$smarty->assign("RELATEDLISTS", $related_array);
$smarty->assign("MODULE",$currentmodule);
$smarty->assign("SINGLE_MOD",$app_strings['Contact']);
More information about the vtigercrm-commits
mailing list