You are here

function openatrium_update_7006 in Open Atrium 7.2

Enable date_all_day.

File

./openatrium.install, line 283
Perform actions to set up the site for this profile.

Code

function openatrium_update_7006() {
  $enable = array(
    'date_all_day',
  );
  module_enable($enable);
}