Project

General

Profile

Bug #17946 » 0007038.patch

Administrator Admin, 2007-12-26 16:51

View differences:

t3lib/class.t3lib_install.php (Arbeitskopie)
$res = $GLOBALS['TYPO3_DB']->admin_query($string);
if ($res === false) {
$result[$key] = $GLOBALS['TYPO3_DB']->sql_error();
} else {
} elseif (is_resource($res)) {
$GLOBALS['TYPO3_DB']->sql_free_result($res);
}
}
(2-2/2)