diff --git a/ChangeLog b/ChangeLog index fd1411e0f..2af662f35 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-11-25 Marc Delisle + * tbl_properties_structure.php3: wrong back link in case of errors + 2002-11-23 Marc Delisle * 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 diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index ca45df5b5..5f192f93a 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -7,7 +7,6 @@ * Runs common work */ require('./tbl_properties_common.php3'); -$err_url = 'tbl_properties_structure.php3' . $err_url; $url_query .= '&goto=tbl_properties_structure.php3&back=tbl_properties_structure.php3';