bug 508024
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
||||
2002-01-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* 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<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user