function uc_product_actions_update_weight_action_validate in Ubercart Product Actions 6
Same name and namespace in other branches
- 7 uc_product_actions.module \uc_product_actions_update_weight_action_validate()
File
- ./
uc_product_actions.module, line 114
Code
function uc_product_actions_update_weight_action_validate($form, &$form_state) {
uc_product_actions_form_validator('weight', $form_state);
}