From cae374b0d4f8b309f02111b18accf3018ff75a0d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 Jan 2006 19:07:15 +0000 Subject: [PATCH] optimization TODO --- libraries/common.lib.php | 2 ++ 1 file changed, 2 insertions(+) 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; }