mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Always return array from table_status()
This commit is contained in:
@@ -298,9 +298,6 @@ ORDER BY 1"
|
||||
UNION SELECT view_name, 'view', 0, 0 FROM $view" . ($name != "" ? " WHERE view_name = $search" : "") . "
|
||||
ORDER BY 1") as $row
|
||||
) {
|
||||
if ($name != "") {
|
||||
return $row;
|
||||
}
|
||||
$return[$row["Name"]] = $row;
|
||||
}
|
||||
return $return;
|
||||
|
Reference in New Issue
Block a user