Bug #1279 » 1279_unified.patch
administrator/components/com_comprofiler/plugin.class.php | ||
---|---|---|
}
|
||
$conditions = array();
|
||
foreach ( $eachValues as $v ) {
|
||
if ( $v != '' ) {
|
||
if ( $v !== null ) {
|
||
if ( ! ( $precise || in_array( $operator, array( 'LIKE', 'NOT LIKE' ) ) ) ) {
|
||
$operator = $this->_operatorToLike( $operator );
|
||
}
|