Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
42bf15ea70
@ -66,6 +66,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1537 PHP OpenSSL support for cookie encryption/decryption
|
||||
|
||||
4.2.13.0 (not yet released)
|
||||
- bug #4604 Query history not being deleted
|
||||
|
||||
4.2.12.0 (2014-11-20)
|
||||
- bug #4574 Blank/white page when JavaScript disabled
|
||||
|
||||
@ -969,6 +969,9 @@ function PMA_setHistory($db, $table, $username, $sqlquery)
|
||||
NOW(),
|
||||
\'' . PMA_Util::sqlAddSlashes($sqlquery) . '\')'
|
||||
);
|
||||
|
||||
PMA_purgeHistory($username);
|
||||
|
||||
} // end of 'PMA_setHistory()' function
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user