Project

General

Profile

Bug #23504 » 15642_4-4.diff

Administrator Admin, 2010-09-05 15:55

View differences:

typo3/mod/tools/em/class.em_xmlhandler.php (Arbeitskopie)
if ($search && $exactMatch) {
$where.= ' AND extkey=' . $GLOBALS['TYPO3_DB']->fullQuoteStr($search, 'cache_extensions');
} elseif ($search) {
$quotedSearch = $GLOBALS['TYPO3_DB']->quoteStr(
$GLOBALS['TYPO3_DB']->escapeStrForLike($search, 'cache_extensions'),
$quotedSearch = $GLOBALS['TYPO3_DB']->escapeStrForLike(
$GLOBALS['TYPO3_DB']->quoteStr($search, 'cache_extensions'),
'cache_extensions'
);
$where .= ' AND (extkey LIKE \'%' . $quotedSearch . '%\' OR title LIKE \'%' . $quotedSearch . '%\')';
(3-3/4)