mirror of
https://github.com/vrana/adminer.git
synced 2026-01-02 22:00:43 +01:00
Always return array from table_status()
This commit is contained in:
@@ -316,9 +316,6 @@ if (isset($_GET["simpledb"])) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($name != "") {
|
||||
return $row;
|
||||
}
|
||||
$return[$table] = $row;
|
||||
}
|
||||
return $return;
|
||||
|
||||
Reference in New Issue
Block a user