Bug #20052 » 10487_nostrict.patch
t3lib/class.t3lib_db.php (Arbeitskopie) | ||
---|---|---|
if (!$this->link) {
|
||
t3lib_div::sysLog('Could not connect to MySQL server '.$TYPO3_db_host.' with user '.$TYPO3_db_username.': '.$error_msg,'Core',4);
|
||
} else {
|
||
mysql_query('SET SESSION sql_mode=\'\'', $this->link);
|
||
$setDBinit = t3lib_div::trimExplode(chr(10), $GLOBALS['TYPO3_CONF_VARS']['SYS']['setDBinit'],TRUE);
|
||
foreach ($setDBinit as $v) {
|
||
if (mysql_query($v, $this->link) === FALSE) {
|
- « Previous
- 1
- 2
- Next »