Project

General

Profile

Bug #21393 ยป 12386.diff

Administrator Admin, 2009-10-29 09:06

View differences:

t3lib/class.t3lib_db.php (working copy)
* @param string Database name
* @param string Query to execute
* @return pointer Result pointer / DBAL object
* @deprecated since TYPO3 3.6
* @deprecated since TYPO3 3.6, will be removed in TYPO3 4.4
* @see sql_query()
*/
function sql($db, $query) {
t3lib_div::logDeprecatedFunction();
$res = mysql_query($query, $this->link);
if ($this->debugOutput) {
$this->debug('sql', $query);
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_db.php']);
}
?>
?>
    (1-1/1)