/[drupal]/contributions/modules/location/contrib/location_search/location_search.module
ViewVC logotype

Diff of /contributions/modules/location/contrib/location_search/location_search.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12, Thu Oct 9 22:11:09 2008 UTC revision 1.13, Mon Aug 31 22:09:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: location_search.module,v 1.12 2008/10/09 22:11:09 bdragon Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 202  function location_search_form_alter(&$fo Line 202  function location_search_form_alter(&$fo
202      $form['advanced']['province'] = array(      $form['advanced']['province'] = array(
203        '#type' => 'textfield',        '#type' => 'textfield',
204        '#title' => t('State/Province'),        '#title' => t('State/Province'),
205        '#autocomplete_path' => 'location/autocomplete/'. variable_get('location_default_country', 'us'),        '#autocomplete_path' => 'location/autocomplete/'. variable_get('site_default_country', 'us'),
206        // Used by province autocompletion js.        // Used by province autocompletion js.
207        '#attributes' => array('class' => 'location_auto_province'),        '#attributes' => array('class' => 'location_auto_province'),
208      );      );

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2