[Vtigercrm-commits] [vtiger-commits] r9787 - /vtigercrm/branches/5.0.3/modules/Faq/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:41:30 EST 2006


Author: richie
Date: Wed Nov  8 00:41:23 2006
New Revision: 9787

Log:
Hard Coded check for releated lists removed

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

Modified: vtigercrm/branches/5.0.3/modules/Faq/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Faq/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Faq/DetailView.php Wed Nov  8 00:41:23 2006
@@ -76,6 +76,8 @@
 
 $check_button = Button_Check($module);
 $smarty->assign("CHECK", $check_button);
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
+
 $tabid = getTabid("Faq");
 $validationData = getDBValidationData($focus->tab_name,$tabid);
 $data = split_validationdataArray($validationData);





More information about the vtigercrm-commits mailing list