diff --git a/admin/reports_editor.php b/admin/reports_editor.php index 5861e81..4f2449b 100644 --- a/admin/reports_editor.php +++ b/admin/reports_editor.php @@ -304,16 +304,18 @@ function reportChange() echo "
Column ".($x + 1).": | "; - echo ""; - if(intval($x) != intval($o)) { - echo ("WARNING, out of order!"); - } - field_selector("col[$o][field]", "col$o", $d['field']); - echo " |
Column ".($x + 1).": | "; + echo ""; + if(intval($x) != intval($o)) { + echo ("WARNING, out of order!"); + } + field_selector("col[$o][field]", "col$o", $d['field']); + echo " |
Column ".($x + 1).": | ";