Community

Notice: Undefined variable: get_query in location_map_link_au_mapquest()

not sure why this is coming up?

Comments

function

function location_map_link_au_mapquest($location = array()) {
  if (isset($location['street'])) {
    $get_query .= 'address='. urlencode($location['street']) .'&';
  }

This is the line it is directing me to...do I need to put in "Road" as well
or something ?

nobody click here