Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0

This commit is contained in:
Weblate 2013-08-02 14:26:03 +02:00
commit 3051a39f64
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
4.0.6.0 (not yet released)
- bug #4036 Call to undefined function mb_detect_encoding (clarify the doc)
- bug Missing hints when changing a column's structure
4.0.5.0 (not yet released)
- bug #3977 Not detected configuration storage

View File

@ -90,6 +90,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
$('<div id="change_column_dialog" class="margin"></div>')
.html(data.message)
.insertBefore('#page_content');
PMA_showHints();
PMA_verifyColumnsProperties();
} else {
PMA_ajaxShowMessage(PMA_messages['strErrorProcessingRequest'] + " : " + data.error, false);
@ -116,6 +117,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
.html(data.message)
)
.show();
PMA_showHints();
PMA_verifyColumnsProperties();
} else {
$('#page_content').show();