You are here

function commons_events_update_7016 in Drupal Commons 7.3

Move event menu item handling from menu links to page manager pages.

File

modules/commons/commons_events/commons_events.install, line 291

Code

function commons_events_update_7016() {
  $revert = array(
    'commons_events' => array(
      'page_manager_pages',
    ),
  );
  features_revert($revert);
  return array();
}