Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3cf02dc9e7
@ -2159,7 +2159,7 @@ AJAX.registerOnload('functions.js', function() {
|
||||
$.post($form.attr('action'), $form.serialize(), function(data) {
|
||||
if (data.success == true) {
|
||||
PMA_commonParams.set('table', tbl);
|
||||
// @toto: somehow show the generated sql query
|
||||
// @todo: somehow show the generated sql query
|
||||
PMA_commonActions.refreshMain();
|
||||
} else {
|
||||
PMA_ajaxShowMessage(data.error, false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user