Bug #3183970 Losing SQL history

This commit is contained in:
Madhura Jayaratne
2011-02-18 18:54:36 +05:30
parent 2410839251
commit da82fe392b

View File

@@ -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;
}