You are here

site_alert.install in Site Alert 7

Install, update, and uninstall functions for Site Alert.

File

site_alert.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions for Site Alert.
 */

/**
 * Empty update function to trigger cache clear.
 */
function site_alert_update_7000() {

  // Do nothing.
}

Functions

Namesort descending Description
site_alert_update_7000 Empty update function to trigger cache clear.