--- location.admin.inc.orig	2010-11-29 10:37:56.965209007 -0500
+++ location.admin.inc	2010-11-29 10:38:39.965208999 -0500
@@ -287,7 +287,7 @@
   variable_set('location_general_geocoders_in_use', $general_geocoders_in_use);
 }
 
-function theme_location_map_link_options(&$data) {
+function theme_location_map_link_options($data) {
   $form = $data['form'];
   $header = array(array('align' => 'center', 'data' => '<center>'. t('Country') .'</center>'), array('align' => 'center', 'data' => '<center>'. t('Options') .'</center>'));
   $rows = array();
@@ -306,7 +306,7 @@
   return $output;
 }
 
-function theme_location_geocoding_options(&$data) {
+function theme_location_geocoding_options($data) {
   $output = drupal_render($form['location_geocode_google_minimum_accuracy']);
   $form = $data['form'];
   $header = array(
