You are here

function openatrium_form_install_configure_form_alter in Open Atrium 7.2

Implements hook_form_FORM_ID_alter() for install_configure_form.

File

./openatrium.profile, line 32

Code

function openatrium_form_install_configure_form_alter(&$form, &$form_state) {
  openatrium_remove_message('offers a wide range of customization options', 'warning');
  openatrium_remove_message('The image resize filter has been installed', 'warning');
  openatrium_remove_message('To use menu blocks, find the "Add menu block');
  $form['#validate'][] = 'openatrium_clean_urls_validate';
}