now really store it ...
This commit is contained in:
@@ -750,9 +750,9 @@ function PMA_setHistory($db, $table, $username, $sqlquery)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$_SESSION['sql_history'][$key] = array(
|
$_SESSION['sql_history'][$key] = array(
|
||||||
'db' => '',
|
'db' => $db,
|
||||||
'table' => '',
|
'table' => $table,
|
||||||
'sqlquery' => '',
|
'sqlquery' => $sqlquery,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (count($_SESSION['sql_history']) > $GLOBALS['cfg']['QueryHistoryMax']) {
|
if (count($_SESSION['sql_history']) > $GLOBALS['cfg']['QueryHistoryMax']) {
|
||||||
|
Reference in New Issue
Block a user