Bug #22114 ยป 13528.diff
class.ux_t3lib_db.php (working copy) | ||
---|---|---|
if ($this->runningNative()) return $select_fields;
|
||
$select_fields = $this->SQLparser->parseFieldList($select_fields);
|
||
if ($this->SQLparser->parse_error) {
|
||
die($this->SQLparser->parse_error . ' in ' . __FILE__ . ' : ' . __LINE__);
|
||
}
|
||
$select_fields = $this->_quoteFieldNames($select_fields);
|
||
return $this->SQLparser->compileFieldList($select_fields);
|