bug #685082
This commit is contained in:
2
sql.php3
2
sql.php3
@@ -502,7 +502,7 @@ else {
|
||||
// Display previous update query (from tbl_replace)
|
||||
if (isset($disp_query) && $cfg['ShowSQL'] == TRUE) {
|
||||
$tmp_sql_query = $GLOBALS['sql_query'];
|
||||
$tmp_sql_limit_to_append = $GLOBALS['sql_limit_to_append'];
|
||||
$tmp_sql_limit_to_append = (isset($GLOBALS['sql_limit_to_append'])?$GLOBALS['sql_limit_to_append']:'');
|
||||
$GLOBALS['sql_query'] = stripslashes($disp_query);
|
||||
$GLOBALS['sql_limit_to_append'] = '';
|
||||
PMA_showMessage($disp_message);
|
||||
|
Reference in New Issue
Block a user