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