function contemplate_update_6102 in Content Templates (Contemplate) 6
Same name and namespace in other branches
- 7 contemplate.install \contemplate_update_6102()
clear the cache to get the updates to hook_menu().
File
- ./
contemplate.install, line 76 - Content template module install/schema hooks.
Code
function contemplate_update_6102() {
cache_clear_all();
return array();
}