Project

General

Profile

Bug #1279 » 1279_unified.patch

Unified Patch - krileon, 28 January 2010 00:32

View differences:

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 );
}
(1-1/2)