[Vtigercrm-commits] [vtiger-commits] r9825 - /vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 13 07:23:46 EST 2006
Author: richie
Date: Mon Nov 13 05:23:32 2006
New Revision: 9825
Log:
Changes done for the generic module addition --By Don
Modified:
vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php
Modified: vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php (original)
+++ vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php Mon Nov 13 05:23:32 2006
@@ -76,7 +76,9 @@
$oCustomView = '';
$oCustomView = new CustomView($module);
-
+ $viewid = $oCustomView->getViewId($module);
+ $oCustomView->getCvColumnListSQL($viewid);
+
if($search_module != '')//This is for Tag search
{
@@ -93,7 +95,7 @@
if($where != '')
$listquery .= ' and ('.$where.')';
-
+
$list_result = $adb->query($listquery);
$noofrows = $adb->num_rows($list_result);
More information about the vtigercrm-commits
mailing list