function hostmaster_form_next in Hostmaster (Aegir) 5.x
1 string reference to 'hostmaster_form_next'
- hostmaster_form in ./
hostmaster.profile - Form modifier similar to confirm_form
File
- ./
hostmaster.profile, line 173
Code
function hostmaster_form_next($form, $form_state) {
// move forward a page
variable_set('hostmaster_wizard_offset', 1);
}