Bug #22146 ยป 13591.patch
t3lib/class.t3lib_fullsearch.php (working copy) | ||
---|---|---|
// Get fields list
|
||
t3lib_div::loadTCA($table);
|
||
$conf=$TCA[$table];
|
||
|
||
// avoid querying tables with no columns
|
||
if (empty($conf['columns'])) {
|
||
continue;
|
||
}
|
||
reset($conf['columns']);
|
||
$list=array();
|