make $sql_query persistent (init it, never unset it, always assume it is set)
This commit is contained in:
@@ -74,7 +74,7 @@ function PMA_sqlQueryForm($query = true, $display_tab = false, $delimiter = ';')
|
||||
|
||||
// query to show
|
||||
if (true === $query) {
|
||||
$query = empty($GLOBALS['sql_query']) ? '' : $GLOBALS['sql_query'];
|
||||
$query = $GLOBALS['sql_query'];
|
||||
}
|
||||
|
||||
// set enctype to multipart for file uploads
|
||||
|
Reference in New Issue
Block a user