You are here

author_pane.install in Author Pane 7.2

Uninstall function for Author Pane module.

File

author_pane.install
View source
<?php

/**
 * @file
 * Uninstall function for Author Pane module.
 */

/**
 * Implements hook_uninstall().
 */
function author_pane_uninstall() {
  variable_del('author_pane_block_display_types');
  variable_del('author_pane_block_join_date_type');
  variable_del('author_pane_block_user_picture_preset');
}

Functions

Namesort descending Description
author_pane_uninstall Implements hook_uninstall().