Project

General

Profile

Bug #22114 ยป 13528.diff

Administrator Admin, 2010-02-13 10:30

View differences:

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);
    (1-1/1)