You are here

function openatrium_features_post_restore in Open Atrium 7.2

Implements hook_features_post_restore().

File

./openatrium.profile, line 65

Code

function openatrium_features_post_restore($op, $items) {
  openatrium_remove_message('The following views were using the index', 'warning');
}