You are here

function weather_es_update_cities_callback in Weather_es 7

AHAH for the cities

@author jmsirvent

1 string reference to 'weather_es_update_cities_callback'
weather_es_edit_form in ./weather_es.module
@author jmsirvent

File

./weather_es.module, line 382

Code

function weather_es_update_cities_callback($form, $form_state) {
  return $form['combo']['ciudad'];
}