bug 642653

This commit is contained in:
Marc Delisle
2002-11-25 18:22:03 +00:00
parent 53b983c17d
commit 8f330c5a01
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-11-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php3: wrong back link in case of errors
2002-11-23 Marc Delisle <lem9@users.sourceforge.net> 2002-11-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: clicking on a COUNT() column to sort * libraries/display_tbl.lib.php3: clicking on a COUNT() column to sort
* read_dump.php3: bug 634074: we now use is_writeable() on the tmp * read_dump.php3: bug 634074: we now use is_writeable() on the tmp

View File

@@ -7,7 +7,6 @@
* Runs common work * Runs common work
*/ */
require('./tbl_properties_common.php3'); require('./tbl_properties_common.php3');
$err_url = 'tbl_properties_structure.php3' . $err_url;
$url_query .= '&amp;goto=tbl_properties_structure.php3&amp;back=tbl_properties_structure.php3'; $url_query .= '&amp;goto=tbl_properties_structure.php3&amp;back=tbl_properties_structure.php3';