Bug #23712 » 15969_v1.patch
typo3/sysext/sys_action/task/class.tx_sysaction_task.php (revision ) | ||
---|---|---|
$fullsearch->noDownloadB = 1;
|
||
$type = $sql_query['qC']['search_query_makeQuery'];
|
||
if($sql_query['qC']['labels_noprefix'] === 'on') {
|
||
$GLOBALS['SOBE']->MOD_SETTINGS['labels_noprefix'] = 'on';
|
||
}
|
||
$sqlQuery = $sql_query['qSelect'];
|
||
$queryIsEmpty = FALSE;
|
||