[Vtigercrm-commits] [vtiger-commits] r9788 - /vtigercrm/branches/5.0.3/modules/HelpDesk/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:42:25 EST 2006
Author: richie
Date: Wed Nov 8 00:42:18 2006
New Revision: 9788
Log:
Hard Coded check for releated lists removed
Modified:
vtigercrm/branches/5.0.3/modules/HelpDesk/DetailView.php
Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/DetailView.php Wed Nov 8 00:42:18 2006
@@ -104,6 +104,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