[Vtigercrm-commits] [vtiger-commits] r10773 - /vtigercrm/branches/5.0.3/include/utils/SearchUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 24 10:48:34 EDT 2007
Author: saraj
Date: Tue Apr 24 08:48:29 2007
New Revision: 10773
Log:
advance search condition enhanced for 'is not'
Modified:
vtigercrm/branches/5.0.3/include/utils/SearchUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/SearchUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/SearchUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/SearchUtils.php Tue Apr 24 08:48:29 2007
@@ -264,7 +264,7 @@
$where .=getSearch_criteria($criteria,$search_string,$explode_column[$j]);
if($j != $x-1)
{
- if($criteria == 'dcts')
+ if($criteria == 'dcts' || $criteria == 'isn')
$where .= " and ";
else
$where .= " or ";
More information about the vtigercrm-commits
mailing list