You are here

function hostmaster_task_init_validate in Hostmaster (Aegir) 5.x

File

./hostmaster.forms.inc, line 228

Code

function hostmaster_task_init_validate($form, &$form_state) {
  if (!variable_get('hosting_dispatch_last_run', false)) {

    #form_set_error("submit");
  }
}