/[drupal]/contributions/modules/geo/modules/geo_data/geo_data.module
ViewVC logotype

Diff of /contributions/modules/geo/modules/geo_data/geo_data.module

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

revision 1.13, Fri Aug 7 16:54:23 2009 UTC revision 1.14, Mon Nov 9 17:44:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: geo_data.module,v 1.12 2009/06/11 17:13:51 vauxia Exp $  // $Id: geo_data.module,v 1.13 2009/08/07 16:54:23 vauxia Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 193  function geo_data_field($op, &$node, $fi Line 193  function geo_data_field($op, &$node, $fi
193        if (is_array($field['geo_data_value'])) {        if (is_array($field['geo_data_value'])) {
194          foreach ($field['geo_data_value'] as $val) {          foreach ($field['geo_data_value'] as $val) {
195            $select[] = db_escape_string(check_plain($val));            $select[] = db_escape_string(check_plain($val));
196         }          }
197        }        }
198    
199        foreach ($items as $delta => $item) {        foreach ($items as $delta => $item) {
# Line 223  function geo_data_field($op, &$node, $fi Line 223  function geo_data_field($op, &$node, $fi
223    
224        return array($field['field_name'] => $ret, 'geo_fields' => $node->geo_fields);        return array($field['field_name'] => $ret, 'geo_fields' => $node->geo_fields);
225    
   
226      case 'validate':      case 'validate':
227        return;        return;
228    

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

  ViewVC Help
Powered by ViewVC 1.1.2