You are here

location_user.install in Location 7.3

Install, update and uninstall functions for the location_user module.

File

location_user.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the location_user module.
 */

/**
 * Implentation of hook_uninstall().
 */
function location_user_uninstall() {

  // Delete user settings.
  variable_del('location_settings_user');
}

Functions

Namesort descending Description
location_user_uninstall Implentation of hook_uninstall().