[Vtigercrm-commits] [vtiger-commits] r9785 - /vtigercrm/branches/5.0.3/modules/Campaigns/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:38:44 EST 2006


Author: richie
Date: Wed Nov  8 00:38:36 2006
New Revision: 9785

Log:
Hard Coded check for releated lists removed

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

Modified: vtigercrm/branches/5.0.3/modules/Campaigns/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Campaigns/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Campaigns/DetailView.php Wed Nov  8 00:38:36 2006
@@ -70,6 +70,7 @@
 
 $check_button = Button_Check($module);
 $smarty->assign("CHECK", $check_button);
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
 
 if($singlepane_view == 'true')
 {





More information about the vtigercrm-commits mailing list