Project

General

Profile

Bug #1358 ยป 1358.patch

krileon, 04 February 2010 16:29

View differences:

administrator/components/com_comprofiler/plugin.class.php
if ( cbStartOfStringMatch( $searchmode, 'phrase' ) ) {
$eachValues = array( $value );
} else {
$eachValues = preg_split( '/\W+/', $value );
$eachValues = preg_split( '/\p{Z}+/u', $value );
}
}
$conditions = array();
    (1-1/1)