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

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

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

revision 1.222.2.24, Thu Jul 30 17:27:51 2009 UTC revision 1.222.2.25, Thu Jul 30 20:58:43 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: location.module,v 1.222.2.23 2009/04/17 19:12:54 bdragon Exp $  // $Id: location.module,v 1.222.2.24 2009/07/30 17:27:51 bdragon Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1197  function location_is_empty($location, &$ Line 1197  function location_is_empty($location, &$
1197      return TRUE;      return TRUE;
1198    }    }
1199    
1200      // Special case: Consider a location with the "delete" checkbox checked to
1201      // be empty.
1202      if (isset($location['delete_location']) && $location['delete_location']) {
1203        return TRUE;
1204      }
1205    
1206    // Patch locpick at this point.    // Patch locpick at this point.
1207    // Otherwise, changing locpick only will not show a difference.    // Otherwise, changing locpick only will not show a difference.
1208    _location_patch_locpick($location);    _location_patch_locpick($location);

Legend:
Removed from v.1.222.2.24  
changed lines
  Added in v.1.222.2.25

  ViewVC Help
Powered by ViewVC 1.1.2