--- location.module.OLD	2009-04-18 05:12:54.000000000 +1000
+++ location.module	2009-05-04 11:19:24.000000000 +1000
@@ -1138,8 +1138,8 @@ function location_save(&$location, $cow 
  * @return Whether or not there were any changes.
  */
 function location_calc_difference($oldloc, $newloc, &$changes) {
-  location_strip($oldloc);
-  location_strip($newloc);
+  //location_strip($oldloc);
+  //location_strip($newloc);
   $location_changed = FALSE;
   foreach ($newloc as $k => $v) {
     if (!isset($oldloc[$k])) {
