Fix typo
This commit is contained in:
parent
432eb5b2b4
commit
9d456fdbd2
@ -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