? autocomplete.patch
Index: location.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.module,v
retrieving revision 1.148.2.10
diff -u -p -r1.148.2.10 location.module
--- location.module	18 Aug 2008 20:39:49 -0000	1.148.2.10
+++ location.module	21 Aug 2008 00:32:47 -0000
@@ -1282,7 +1282,7 @@ function _location_autocomplete($country
     while (list($code, $name) = each($provinces)) {
       if ($counter < 5) {
         if (preg_match($string, strtolower($name))) {
-          $matches[$code] = $name;
+          $matches[$name] = $name;
           ++$counter;
         }
       }
