You are here

function og_activity_install in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 modules/og_activity/og_activity.install \og_activity_install()

Implementation of hook_install().

File

modules/og_activity/og_activity.install, line 7

Code

function og_activity_install() {

  // Module weights in core: put heartbeat after heartbeat in the chain.
  db_query("UPDATE {system} SET weight = 51 WHERE name = 'og_activity'");
}