diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 577e07d9d..a483298ab 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -1257,6 +1257,8 @@ if (!defined('PMA_MINIMUM_COMMON')) { */ function PMA_tableIsView($db, $table) { // maybe we already know if the table is a view + // TODO: see what we could do with the possible existence + // of $table_is_view if (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']) { return true; }