From a14c130e8b169b00310e44535cb48a0c9472b0dd Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 28 Jan 2002 17:59:53 +0000 Subject: [PATCH] bug 508024 --- ChangeLog | 1 + tbl_replace.php3 | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eedf02e0d..b00903631 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-01-27 Marc Delisle * libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using cookies for the first time, thanks to dphanton at users.sf.net + * tbl_replace.php3, bug 508024: wrong page back after edit 2002-01-26 Loïc Chapeaux * lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to diff --git a/tbl_replace.php3 b/tbl_replace.php3 index 73bc73b0c..fb9a7e229 100755 --- a/tbl_replace.php3 +++ b/tbl_replace.php3 @@ -7,8 +7,6 @@ */ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); - - /** * Initializes some variables */ @@ -29,7 +27,7 @@ if (isset($after_insert) && $after_insert == 'new_insert') { . '&disp_direction=' . $disp_direction . '&repeat_cells=' . $repeat_cells . (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query)); -} else if ($goto == 'sql.php3') { +} else /* if ($goto == 'sql.php3') */ { $goto = 'sql.php3?' . 'lang=' . $lang . '&server=' . $server