You are here

shortcut_per_role.install in Shortcut per Role 7

Install, update, and uninstall Shortcut per Role.

File

shortcut_per_role.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall Shortcut per Role.
 */

/**
 * Implements hook_uninstall()
 */
function shortcut_per_role_uninstall() {
  variable_del('shortcut_per_role');
}

Functions