Project

General

Profile

Bug #17946 » 7038.diff

Administrator Admin, 2007-12-22 12:52

View differences:

class.t3lib_install.php (copie de travail)
$res = $GLOBALS['TYPO3_DB']->admin_query($string);
if ($res === false) {
$result[$key] = $GLOBALS['TYPO3_DB']->sql_error();
} else {
} else if ($res != 1) {
$GLOBALS['TYPO3_DB']->sql_free_result($res);
}
}
(1-1/2)