From 8e49f54230aada9386bebbe786b80b82a46a011b Mon Sep 17 00:00:00 2001 From: james Date: Mon, 20 Dec 2004 18:54:41 +0000 Subject: [PATCH] switch ID and Parent Division fields --- config/subdivisions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/subdivisions.php b/config/subdivisions.php index 550df42f..0ba889cc 100644 --- a/config/subdivisions.php +++ b/config/subdivisions.php @@ -132,8 +132,8 @@ echo mysql_error(); while($r=mysql_fetch_object($q)) { echo ""; - echo " $r->id"; echo " $r->division"; + echo " $r->id"; echo " $r->subdivision"; echo " "; echo "id\">";