mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Save bytes
This commit is contained in:
@@ -396,7 +396,7 @@ if (!defined("DRIVER")) {
|
||||
* @return bool
|
||||
*/
|
||||
function is_view($table_status) {
|
||||
return !isset($table_status["Engine"]);
|
||||
return $table_status["Engine"] === null;
|
||||
}
|
||||
|
||||
/** Check if table supports foreign keys
|
||||
|
Reference in New Issue
Block a user