You are here

function fbss_custom_install in Drupal Commons 6.2

Implementation of hook_install().

File

modules/features/commons_status_streams/fbss_custom/fbss_custom.install, line 11
(Un)installs the FBSS Customizations module.

Code

function fbss_custom_install() {

  // The weight must be lower than FBSMP so we can alter its form alters.
  db_query("UPDATE {system} SET weight = 3 WHERE name = 'fbss_custom'");
}