5 * An implementation of hook_install().
7 function ctog_install() {
8 // Put this module after OG access so it can form_alter as needed.
9 db_query("UPDATE {system} SET weight = %d WHERE name = 'ctog'", db_result(db_query("SELECT weight FROM {system} WHERE name = 'og_access'")) + 1);