Project

General

Profile

Bug #18567 ยป database.patch

Administrator Admin, 2008-04-05 16:39

View differences:

typo3_src-4.2.0RC1-new/t3lib/class.t3lib_db.php 2008-04-05 16:39:35.000000000 +0200
function admin_get_tables() {
$whichTables = array();
$tables_result = mysql_query('SHOW TABLE STATUS FROM '.TYPO3_db, $this->link);
$tables_result = mysql_query('SHOW TABLE STATUS FROM `'.TYPO3_db.'`', $this->link);
if (!mysql_error()) {
while ($theTable = mysql_fetch_assoc($tables_result)) {
$whichTables[$theTable['Name']] = $theTable;
    (1-1/1)