You are here

function commons_search_update_7001 in Drupal Commons 7.3

Disable rich_snippets module

File

modules/commons/commons_search/commons_search.install, line 6

Code

function commons_search_update_7001() {
  module_disable(array(
    'rich_snippets',
  ));
}