#4629 Problem with custom SQL queries using cookie authentication

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2014-12-09 17:03:58 +05:30
parent 093be4b1ee
commit e9b9526199
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.3.2.0 (not yet released)
- bug #4628 PHP error while exporting schema as PDF
- bug #4631 Server selector submits two server parameter values
- bug #4629 Problem with custom SQL queries using cookie authentication
4.3.1.0 (2014-12-08)
- bug #4609 'Show all' checkbox label is not clickable

View File

@ -1669,6 +1669,7 @@ function codemirrorAutocompleteOnInputRead(instance) {
var params = {
'ajax_request': true,
'token': PMA_commonParams.get('token'),
'server': PMA_commonParams.get('server'),
'db': PMA_commonParams.get('db')
};
$.ajax({