--- import_location.inc.1	2006-05-03 19:51:57.000000000 -0700
+++ import_location.inc	2006-05-03 19:51:00.000000000 -0700
@@ -48,11 +48,12 @@
   $location['province'] = $node->province;
   $location['postal_code'] = $node->postal_code;
   $location['country'] = $node->country;
-  $location['lat'] = $node->latitude;
-  $location['lon'] = $node->longitude;
+  $location['latitude'] = $node->latitude;
+  $location['longitude'] = $node->longitude;
   if ($location['lat'] && $location['lon']) {
     $location['source'] = LOCATION_LATLON_USER_SUBMITTED;
   }
+
   $node->location = $location;
   return;
 }
