| 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 |
| 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); |