From 4730ac02e6213b895c97b4c2ad0a17064b40dfd9 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 8 Jul 2002 17:30:03 +0000 Subject: [PATCH] =?UTF-8?q?For=20Lo=EF=BF=BDc:=20fixed=20bug=20#578321.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 5 ++++- tbl_create.php3 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11d5aedcc..ef8139a0d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-08 Loïc Chapeaux + * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation). + 2002-07-08 Marc Delisle * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3, scripts/create-release.sh: split defines.lib.php3 because - of charset_conversion needs (thanks to Michal Cihar) + of charset_conversion needs (thanks to Michal Cihar) * slovak: with permission from Peter Svek, now the windows-1250 is generated from the -iso-8859-2 file. diff --git a/tbl_create.php3 b/tbl_create.php3 index c64f98568..9ddcf9927 100755 --- a/tbl_create.php3 +++ b/tbl_create.php3 @@ -209,7 +209,7 @@ if (isset($submit)) { $sql_query = $query_cpy . ';'; unset($query_cpy); $message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenCreated; - include('./tbl_properties.php3'); + include('./' . $cfg['DefaultTabTable']); exit(); } // end do create table