mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Always return array from table_status()
This commit is contained in:
@@ -5,7 +5,7 @@ $TABLE = $_GET["view"];
|
||||
$row = $_POST;
|
||||
$orig_type = "VIEW";
|
||||
if (JUSH == "pgsql" && $TABLE != "") {
|
||||
$status = table_status($TABLE);
|
||||
$status = table_status1($TABLE);
|
||||
$orig_type = strtoupper($status["Engine"]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user