Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 5a705e4df0..0f2fc5e17d 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -202,8 +202,6 @@ foreach ($rows as $row_id => $current_row) {
$scripts->addFiles($GLOBALS['plugin_scripts']);
unset($unsaved_values, $checked, $repopulate, $GLOBALS['plugin_scripts']);
-$html_output .= PMA_getHtmlForGisEditor();
-
if (! isset($after_insert)) {
$after_insert = 'back';
}
@@ -221,6 +219,8 @@ if ($biggest_max_file_size > 0) {
) . "\n";
}
$html_output .= '</form>';
+
+$html_output .= PMA_getHtmlForGisEditor();
// end Insert/Edit form
if ($insert_mode) {