From bd15a48ff29fe83f583bb165ce3422240871a766 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 23 Mar 2013 07:23:06 -0400 Subject: [PATCH] Fix undefined variable notice --- tbl_operations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tbl_operations.php b/tbl_operations.php index 44eb517c0c..f487ea97f0 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -122,6 +122,8 @@ if (isset($_REQUEST['submitoptions'])) { : '1'; $page_checksum = (isset($page_checksum)) ? $page_checksum : ''; } + } else { + $new_tbl_storage_engine = ''; } $table_alters = PMA_getTableAltersArray(