mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Always return array from table_status()
This commit is contained in:
@@ -233,7 +233,7 @@ if (isset($_GET["sqlite"])) {
|
||||
foreach (get_rows("SELECT * FROM sqlite_sequence", null, "") as $row) {
|
||||
$return[$row["name"]]["Auto_increment"] = $row["seq"];
|
||||
}
|
||||
return ($name != "" ? $return[$name] : $return);
|
||||
return $return;
|
||||
}
|
||||
|
||||
function is_view($table_status) {
|
||||
|
Reference in New Issue
Block a user