You are here

function contemplate_update_6102 in Content Templates (Contemplate) 7

Same name and namespace in other branches
  1. 6 contemplate.install \contemplate_update_6102()

clear the cache to get the updates to the menu().

File

./contemplate.install, line 75
Content template module install/schema hooks.

Code

function contemplate_update_6102() {
  cache_clear_all();
}