diff --git a/db_operations.php b/db_operations.php index 5a01d2682..82cd0815e 100644 --- a/db_operations.php +++ b/db_operations.php @@ -202,8 +202,8 @@ if (empty($is_info)) { $sub_part = '_structure'; require './libraries/db_info.inc.php'; echo "\n"; - - if (iseet($_message)) { + + if (isset($_message)) { PMA_showMessage($_message, $sql_query, $_msg_type); unset($_message, $_msg_type); }