Skip to content

Instantly share code, notes, and snippets.

@goruha
Created November 18, 2016 10:38
Show Gist options
  • Save goruha/c9e68dbc6063a9c3f0c4d5dc45e0c7a8 to your computer and use it in GitHub Desktop.
Save goruha/c9e68dbc6063a9c3f0c4d5dc45e0c7a8 to your computer and use it in GitHub Desktop.
diff --git i/profiles/openatrium/modules/contrib/geocoder/plugins/geocoder_handler/google.inc w/profiles/openatrium/modules/contrib/geocoder/plugins/geocoder_handler/google.inc
index ea5a845..85f1f9c 100755
--- i/profiles/openatrium/modules/contrib/geocoder/plugins/geocoder_handler/google.inc
+++ w/profiles/openatrium/modules/contrib/geocoder/plugins/geocoder_handler/google.inc
@@ -32,6 +32,8 @@ function geocoder_google($address, $options = array()) {
geophp_load();
+ watchdog('debug', $address);
+
$query = array(
'address' => $address,
'sensor' => 'false',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment