/[drupal]/contributions/modules/location/location_user.install
ViewVC logotype

Contents of /contributions/modules/location/location_user.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Feb 24 22:54:38 2009 UTC (8 months, 4 weeks ago) by bdragon
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--3, DRUPAL-5--3
File MIME type: text/x-php
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