You are here

function context_reaction_theme_update_6200 in Context Reaction: Theme 6.2

Implementation of hook_install().

File

./context_reaction_theme.install, line 15

Code

function context_reaction_theme_update_6200() {
  db_query("UPDATE {system} SET weight = 99 WHERE name = 'context_reaction_theme'");
}