You are here

function globallink_beans_dashboard_form_validate in GlobalLink Connect for Drupal 7.7

Same name and namespace in other branches
  1. 7.6 globallink_beans/globallink_beans_send.inc \globallink_beans_dashboard_form_validate()

Validates beans form input.

File

globallink_beans/globallink_beans_send.inc, line 359

Code

function globallink_beans_dashboard_form_validate($form, &$form_state) {
  return;
}