function tripal_cv_cvterm_form_validate
1.x tripal_cv_admin.inc | tripal_cv_cvterm_form_validate($form, &$form_state) |
Purpose: Validates the input for adding a cvterm
Related topics
File
- tripal_cv/
includes/ tripal_cv_admin.inc, line 435
Code
function tripal_cv_cvterm_form_validate($form, &$form_state) {
// Ensure that submit does not get called unless the AHAH in the form was called
if (!empty($form_state['ahah_submission'])) {
return;
}
}