* [highgo] Fix bug #66843.
This commit is contained in:
@@ -203,8 +203,8 @@ class searchModel extends model
|
||||
for($i = 1; $i <= $groupItems * 2; $i ++)
|
||||
{
|
||||
/* The and or between two groups. */
|
||||
if($i == 1) $where .= '(( 1 ';
|
||||
if($i == $groupItems + 1) $where .= " ) $groupAndOr ( 1 ";
|
||||
if($i == 1) $where .= '(( 1 = 1 ';
|
||||
if($i == $groupItems + 1) $where .= " ) $groupAndOr ( 1 = 1 ";
|
||||
|
||||
/* Set var names. */
|
||||
$fieldName = "field$i";
|
||||
|
||||
Reference in New Issue
Block a user