/[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.246, Thu Jul 30 17:25:04 2009 UTC revision 1.247, Thu Jul 30 20:53:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: location.module,v 1.245 2009/04/17 19:09:53 bdragon Exp $  // $Id: location.module,v 1.246 2009/07/30 17:25:04 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.246  
changed lines
  Added in v.1.247

  ViewVC Help
Powered by ViewVC 1.1.2