Project

General

Profile

Bug #14679 ยป class.tslib_content.990.patch

Administrator Admin, 2005-05-19 18:33

View differences:

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