bug [GUI] Do not display the database name used by the previous user
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
*
|
||||
*/
|
||||
if (empty($query_url)) {
|
||||
$query_url = PMA_generate_common_url($db, $table);
|
||||
// avoid putting here $db because it could display a db name
|
||||
// to which the next user does not have access
|
||||
$query_url = PMA_generate_common_url();
|
||||
}
|
||||
|
||||
// display Logo, depending on $GLOBALS['cfg']['LeftDisplayLogo']
|
||||
|
Reference in New Issue
Block a user