Skip to content
Snippets Groups Projects
Commit 7464cc0b authored by darklrd's avatar darklrd
Browse files

by darklrd: update function

parent 15461ee2
No related branches found
No related tags found
No related merge requests found
......@@ -108,3 +108,15 @@ function drupalchat_schema() {
return $schema;
}
function drupalchat_update_6001() {
menu_rebuild();
drupal_rebuild_theme_registry();
return array();
}
function drupalchat_update_6002() {
drupalchat_uninstall();
drupalchat_install();
menu_rebuild();
drupal_rebuild_theme_registry();
return array();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment