From cb51fef47dfd831e5547520972e8d08b7ffb15e2 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 9 Jun 2010 07:44:02 +0000 Subject: [PATCH] Name column consistently --- admin/reports_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports_editor.php b/admin/reports_editor.php index bb3f828..f0ebd0a 100644 --- a/admin/reports_editor.php +++ b/admin/reports_editor.php @@ -465,7 +465,7 @@ $doCanvasSample = false; echo '

'; } for(;$x<$n_columns;$x++) { - echo "New Field ".($x+1).":
"; + echo "New Column ".($x+1).":
"; foreach($locs as $k=>$v) { echo "$k="; }