Created
February 14, 2014 19:49
-
-
Save seafarer/9007861 to your computer and use it in GitHub Desktop.
drupal update hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function MODULE_update_7200() { | |
| if( module_exists('MODULE')) { | |
| module_disable(array('MODULE')); | |
| drupal_uninstall_modules(array('MODULE')); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment