Home
last modified time | relevance | path

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

/plugin/contactmodern/
H A Dsyntax.php170 $this->_set_error('name', $lang["valid_name"]);
173 $this->_set_error('email', $lang["valid_email"]);
176 $this->_set_error('subject', $lang["valid_subject"]);
179 $this->_set_error('to', $lang["valid_to"]);
182 $this->_set_error('content', $lang["valid_content"]);
194 $this->_set_error('unknown', $lang["unknown"]);
207 protected function _set_error($type, $message) { function in syntax_plugin_moderncontact
/plugin/groupmail/
H A Dsyntax.php119 $this->_set_error("acl_togroup", array($group, $field), 'acl');
130 $this->_set_error("acl_touser", array($userId, $field), 'acl');
170 $this->_set_error("external_email_forbidden", Null, 'acl');
182 $this->_set_error("acl_one", Null, 'acl');
195 $this->_set_error("acl_bcc", Null, 'acl');
355 $this->_set_error("valid_".$typ, Null, $typ);
375 if(strlen($_POST['content']) < 10) $this->_set_error('content');
376 if(strlen($name) < 2) $this->_set_error('name');
384 if (!$resp->is_valid) $this->_set_error('captcha');
436 $this->_set_error('unknown');
[all …]