[Vtigercrm-commits] [vtiger-commits] r9786 - /vtigercrm/branches/5.0.3/modules/Contacts/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:40:21 EST 2006


Author: richie
Date: Wed Nov  8 00:40:14 2006
New Revision: 9786

Log:
Hard Coded check for releated lists removed

Modified:
    vtigercrm/branches/5.0.3/modules/Contacts/DetailView.php

Modified: vtigercrm/branches/5.0.3/modules/Contacts/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Contacts/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Contacts/DetailView.php Wed Nov  8 00:40:14 2006
@@ -121,6 +121,7 @@
 
 $smarty->assign("MODULE",$currentModule);
 $smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
 
 if($singlepane_view == 'true')
 {





More information about the vtigercrm-commits mailing list