better correction for bug 508024
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_replace.php3, better correction for bug 508024
|
||||||
|
|
||||||
2002-02-04 Olivier M<>ller <om@omnis.ch>
|
2002-02-04 Olivier M<>ller <om@omnis.ch>
|
||||||
* left.php3: small cosmetic fixe in lightmode
|
* left.php3: small cosmetic fixe in lightmode
|
||||||
|
|
||||||
|
@@ -27,7 +27,8 @@ 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'
|
||||||
|
or ($goto == 'tbl_properties.php3' and !empty($sql_query))) {
|
||||||
$goto = 'sql.php3?'
|
$goto = 'sql.php3?'
|
||||||
. 'lang=' . $lang
|
. 'lang=' . $lang
|
||||||
. '&server=' . $server
|
. '&server=' . $server
|
||||||
|
Reference in New Issue
Block a user