For Lo�c: fixed bug #578321.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-07-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
|
||||
|
||||
2002-07-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
|
||||
* libraries/common.lib.php3, defines.lib.php3, defines_php.lib.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
|
||||
|
||||
|
Reference in New Issue
Block a user