site_alert.install in Site Alert 7
Install, update, and uninstall functions for Site Alert.
File
site_alert.installView 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
Name | Description |
---|---|
site_alert_update_7000 | Empty update function to trigger cache clear. |