diff --git a/contrib/location_cck/location_cck.module b/contrib/location_cck/location_cck.module index 39e43c0..eb80682 100644 --- a/contrib/location_cck/location_cck.module +++ b/contrib/location_cck/location_cck.module @@ -619,6 +619,7 @@ function theme_location_cck_field_popup($variables) { ); foreach ($fields as $field_key => $field_value) { + drupal_set_message('field_key: '. print_r($field_key, TRUE) . '
' . 'field_value: ' . print_r($field_value, TRUE) . '
'); $info['tokens'][$key][$field_key . ":?"] = array( 'name' => t($field_value), 'description' => t($field_value)