From 8f330c5a01dd3c30e30a2494442b3e4cdfc16bc1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 25 Nov 2002 18:22:03 +0000 Subject: [PATCH] bug 642653 --- ChangeLog | 3 +++ tbl_properties_structure.php3 | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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';