Hopefully, the PMA_messages[] error will be resolved now. Most probably

a context issue was causing the error.
This commit is contained in:
ninadsp
2010-07-01 14:39:25 +05:30
parent be70c9d202
commit 77aa8c50dd
2 changed files with 2 additions and 1 deletions

View File

@@ -1962,7 +1962,7 @@ $(document).ready(function() {
$('<div id="create_table_dialog"></div>')
.append(data)
.dialog({
title: PMA_messages['strCreateTable'],
title: top.frame_content.PMA_messages['strCreateTable'],
width: 900,
buttons : button_options
}); // end dialog options