[Vtigercrm-commits] [vtiger-commits] r7519 - /vtigercrm/trunk/modules/Home/UnifiedSearch.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 07:12:23 EDT 2006


Author: saraj
Date: Mon Jun 26 05:12:20 2006
New Revision: 7519

Log:
updated global search

Modified:
    vtigercrm/trunk/modules/Home/UnifiedSearch.php

Modified: vtigercrm/trunk/modules/Home/UnifiedSearch.php
==============================================================================
--- vtigercrm/trunk/modules/Home/UnifiedSearch.php (original)
+++ vtigercrm/trunk/modules/Home/UnifiedSearch.php Mon Jun 26 05:12:20 2006
@@ -109,7 +109,7 @@
 		if($search_module != '')//This is for Tag search
 		{
 		
-			$Where = getTagWhere($search_val,$current_user->id);
+			$where = getTagWhere($search_val,$current_user->id);
 			$search_msg =  $app_strings['LBL_TAG_SEARCH'];				       	$search_msg .=	"<b>".$search_val."</b>";
 		}
 		else			//This is for Global search





More information about the vtigercrm-commits mailing list