You are here

complete_profile.install in Complete profile 7

File

complete_profile.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function complete_profile_uninstall() {
  variable_del('complete_profile_exclude_paths');
  variable_del('complete_profile_check_timestamp');
}

/**
 * Empty update function to trigger registry rebuild.
 */
function complete_profile_update_7100() {

  // Do nothing.
}

Functions

Namesort descending Description
complete_profile_uninstall Implements hook_uninstall().
complete_profile_update_7100 Empty update function to trigger registry rebuild.