Skip to content

Commit

Permalink
fix bug #4909
Browse files Browse the repository at this point in the history
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
  • Loading branch information
smita786 committed May 29, 2015
1 parent 6a6ed5d commit 0bbd8b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
- bug #4920 relation view doesn't list fields of table in other database
- bug #4905 Sorting by an alias
- bug #4931 False error before entering reCAPTCHA
- bug #4909 central column with multiple server

4.4.8.0 (2015-05-28)
- bug Allow accessing visual query builder when pmadb is not configured
Expand Down
1 change: 1 addition & 0 deletions js/db_central_columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ AJAX.registerOnload('db_central_columns.js', function () {
var params = {
'ajax_request' : true,
'token' : PMA_commonParams.get('token'),
'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'selectedTable' : selectvalue,
'populateColumns' : true
Expand Down
1 change: 1 addition & 0 deletions js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,7 @@ AJAX.registerOnload('functions.js', function () {
var params = {
'ajax_request' : true,
'token' : PMA_commonParams.get('token'),
'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'cur_table' : PMA_commonParams.get('table'),
'getColumnList':true
Expand Down

0 comments on commit 0bbd8b9

Please sign in to comment.