You are here

function commons_status_streams_install in Drupal Commons 6.2

Implementation of hook_install(). Status streams provide a digest that deprecates the digest functionality by Notifications as well as the need to provide notifications on comments by default.

File

modules/features/commons_status_streams/commons_status_streams.install, line 9

Code

function commons_status_streams_install() {
  db_query("UPDATE {blocks} SET title = '<none>' WHERE module = 'facebook_status' AND delta = 'facebook_status'");
}