Bug #14679 ยป class.tslib_content.990.patch
tslib/class.tslib_content.php 19 May 2005 16:33:27 -0000 | ||
---|---|---|
$kw = split('[ ,]',$sw);
|
||
while(list(,$val)=each($kw)) {
|
||
$val = trim($val);
|
||
$val = trim(str_replace(array('%','_'),array('\%','\_'),$val));
|
||
$where_p = array();
|
||
if (strlen($val)>=2) {
|
||
reset($searchFields);
|