#4629 Problem with custom SQL queries using cookie authentication
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
093be4b1ee
commit
e9b9526199
@ -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
|
||||
|
||||
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user