You are here

function commons_home_update_6000 in Drupal Commons 6.2

Install boxes

File

modules/features/commons_home/commons_home.install, line 6

Code

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