From e9b9526199577f9f1524114bc16cb1ea53d330c4 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 9 Dec 2014 17:03:58 +0530 Subject: [PATCH] #4629 Problem with custom SQL queries using cookie authentication Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + js/functions.js | 1 + 2 files changed, 2 insertions(+) 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({