You are here

fixed_block_content.post_update.php in Fixed Block Content 8

Post update functions for Fixed Block Content.

File

fixed_block_content.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Fixed Block Content.
 */

/**
 * Rescan services to enable the new event subscribers.
 */
function fixed_block_content_post_update_0001() {
}

Functions

Namesort descending Description
fixed_block_content_post_update_0001 Rescan services to enable the new event subscribers.