/* $Id$ */

30-Sep-2009: Now using drupal unicode functions. Added checks to see if $user->locations exists
before using it. Switched javascript onchange handler to Drupal behaviors / jquery.

29-Sep-2009: Latitude and longitude calculation removed from _uc_location_add_to_locations() 
because location_save_locations() already does the calucluation.  Pass $location by reference in
_uc_location_add_to_locations().

28-Sep-2009: Initial release.