Bug #17946 » 0007038.patch
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);
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »