You are here

function commons_update_3105 in Drupal Commons 7.3

Enable the Placeholder module.

File

./commons.install, line 662
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3105() {
  $module_list = array(
    'placeholder',
  );
  module_enable($module_list);
  return array();
}