[Typo3-dev] FIXED !!! Temporarily anyhow...
Jacob Lindhardsen
web at jacoblindhardsen.dk
Tue Jul 13 19:39:37 CEST 2004
Carlos had me on "Remote Control" and came up with a temporary (or
permanent?) solution for the line 256-issue in tslib/tslib_search.php. He
will submit it himself in a while as a bug or maybe a new fix...
Remove the original line 256:
$word = ereg_replace($delchars.'$','',trim($reg[0])); // Delete $delchars at
end of string
and replace with this:
$word = ereg_replace('[\+\-\.,]$','',trim($reg[0])); // Delete $delchars at
end of string
Thank you Carlos, u are very kind.
Jacob from Denmark.
More information about the TYPO3-dev
mailing list