check($_POST['captcha_code']) == false) { $page['errors'][] = l10n('Invalid Captcha'); return 'reject'; } return $action; }