Bug #22062 » class.tx_t3lib_db.php.patch
class.ux_t3lib_db.php 2010-02-28 04:21:41.000000000 +0100 | ||
---|---|---|
$this->link = $link;
|
||
}
|
||
// respect forceCharset option
|
||
if(($fc = $GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']) != '') {
|
||
mysql_set_charset(str_replace('-', '', $fc) ,$link);
|
||
}
|
||
// Select database as well:
|
||
if (mysql_select_db($cfgArray['config']['database'], $link)) {
|
||
$output = TRUE;
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dbal/class.ux_t3lib_db.php']);
|
||
}
|
||
?>
|
||
?>
|