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