1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Add javascript move for editing

This commit is contained in:
Jonathan Vollebregt
2016-05-31 20:36:00 +02:00
committed by Jakub Vrana
parent 8dd971ca5e
commit 64a49e95e8
3 changed files with 18 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ if ($_POST && !process_fields($row["fields"]) && !$error) {
$all_fields = array();
$use_all_fields = false;
$foreign = array();
ksort($row["fields"]);
$orig_field = reset($orig_fields);
$after = " FIRST";