You are here

function contact_categories_features_revert in Features 7.2

Implements hook_features_revert().

File

includes/features.contact.inc, line 72
Features integration for 'contact' module.

Code

function contact_categories_features_revert($module) {
  return contact_categories_features_rebuild($module);
}