Project

General

Profile

Bug #24731 » 17221.diff

Administrator Admin, 2011-01-25 16:18

View differences:

class.ux_t3lib_db.php (working copy)
if ($this->lastParsedAndMappedQueryArray['type'] == 'INSERT') {
return mysql_query($compiledQuery, $this->link);
}
return mysql_query($compiledQuery[0], $this->link);
return mysql_query($compiledQuery, $this->link);
break;
case 'adodb':
// Compiling query:
(3-3/3)