Project

General

Profile

Bug #22808 ยป 14615.diff

Administrator Admin, 2010-06-04 01:11

View differences:

t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php (working copy)
$searchString = $this->params['value'];
$searchUid = intval($searchString);
if (strlen($searchString)) {
$searchString = $GLOBALS['TYPO3_DB']->quoteStr($searchString, $this->table);
$likeCondition = ' LIKE \'' . ($searchWholePhrase ? '%' : '') .
$GLOBALS['TYPO3_DB']->escapeStrForLike($searchString, $this->table).'%\'';
    (1-1/1)