1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Save bytes

This commit is contained in:
Jakub Vrana
2013-06-24 05:53:48 -07:00
parent 2e4a7121a9
commit 27c7a218bd

View File

@@ -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