Skip to content

Instantly share code, notes, and snippets.

@khofmeyer
Created April 26, 2016 13:03
Show Gist options
  • Save khofmeyer/0d4cdc4c01fc17f32809fce34914e8d1 to your computer and use it in GitHub Desktop.
Save khofmeyer/0d4cdc4c01fc17f32809fce34914e8d1 to your computer and use it in GitHub Desktop.
/**
* Disable Modules.
*/
function cm_deploy_update_7103() {
$module_list = array(
'dashboard',
'block',
'color'
);
module_disable($module_list);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment