You are here

commons_home.install in Drupal Commons 6.2

File

modules/features/commons_home/commons_home.install
View source
<?php

/**
 * Install boxes
 */
function commons_home_update_6000() {
  drupal_install_modules(array(
    'boxes',
  ));
  return array();
}

Functions

Namesort descending Description
commons_home_update_6000 Install boxes