From 82d5c295c49e75ea7807871e8d0697b6fa26288c Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 9 Oct 2007 12:18:34 +0000 Subject: [PATCH] typo --- db_operations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }