Home
last modified time | relevance | path

Searched refs:needCaptcha (Results 1 – 1 of 1) sorted by relevance

/plugin/glossary/
H A Dglossary.class.php439 function manageRecord (&$request, $status, $needCaptcha) { argument
450 if ($needCaptcha && (!$captcha =& plugin_load ('helper', 'captcha') || !$captcha->check ())) {
494 $needCaptcha = !(isset ($INFO ['userinfo']) &&
499 $this->manageRecord ($request, $this->prop, $needCaptcha);
529 if ($needCaptcha && $captcha =& plugin_load ('helper', 'captcha'))