Commit 643a3ea8 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 34c898da
......@@ -291,11 +291,11 @@ class Doctrine_Tokenizer
continue;
}
if (empty($term[$i])) {
$term[$i] = trim($val);
$term[$i] = $val;
} else {
$term[$i] .= $str[($key + 1)] . trim($val);
$term[$i] .= $str[($key - 1)] . $val;
}
$c1 = substr_count($term[$i], $e1);
$c2 = substr_count($term[$i], $e2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment