diff --git a/ChangeLog b/ChangeLog index 2af8f39bad..5e8a010765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/js/functions.js b/js/functions.js index 0905150831..58651e279f 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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({