59a60,70 > $form['location_province_autocomplete'] = array( > '#type' => 'radios', > '#title' => t('Province Autocomplete Setting'), > '#default_value' => variable_get('location_province_autocomplete', 0), > '#options' => array( > 0 => t('Return full province names.'), > 1 => t('Return province codes.') > ), > '#description' => t('Select whether you want the autocomplete field to return the full province name or the province code.') > ); >