Bug #3183970 Losing SQL history
This commit is contained in:
@@ -760,10 +760,6 @@ function PMA_getHistory($username)
|
||||
{
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
if (isset($_SESSION['sql_history'])) {
|
||||
return array_reverse($_SESSION['sql_history']);
|
||||
}
|
||||
|
||||
if (! $cfgRelation['historywork']) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user