Parent Directory
|
Revision Log
|
Revision Graph
Split location_node out like I did for location_user. Huzzah! Refactor RSS support to make it easier to reuse. *cough*cck georss support?*cough* Fix tests to load location_node. Split relevant uninstall sections out into location_node.install and location_user.install.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Installation / uninstallation routines for location_user.module. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implentation of hook_uninstall(). |
| 11 | */ |
| 12 | function location_user_uninstall() { |
| 13 | // Delete user settings. |
| 14 | variable_del('location_settings_user'); |
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |