bug 508024

This commit is contained in:
Marc Delisle
2002-01-28 17:59:53 +00:00
parent 93becbf066
commit a14c130e8b
2 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-01-27 Marc Delisle <lem9@users.sourceforge.net> 2002-01-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using * libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
cookies for the first time, thanks to dphanton at users.sf.net 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<4C>c Chapeaux <lolo@phpheaven.net> 2002-01-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to * lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to

View File

@@ -7,8 +7,6 @@
*/ */
require('./libraries/grab_globals.lib.php3'); require('./libraries/grab_globals.lib.php3');
require('./libraries/common.lib.php3'); require('./libraries/common.lib.php3');
/** /**
* Initializes some variables * Initializes some variables
*/ */
@@ -29,7 +27,7 @@ if (isset($after_insert) && $after_insert == 'new_insert') {
. '&disp_direction=' . $disp_direction . '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells . '&repeat_cells=' . $repeat_cells
. (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query)); . (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query));
} else if ($goto == 'sql.php3') { } else /* if ($goto == 'sql.php3') */ {
$goto = 'sql.php3?' $goto = 'sql.php3?'
. 'lang=' . $lang . 'lang=' . $lang
. '&server=' . $server . '&server=' . $server