Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
Dpfcinfo.class.php47 function hasErrors() function in pfcInfo
59 if ($this->hasErrors()) return array();
84 if ($this->hasErrors()) return array();
105 if ($this->hasErrors()) return false;
/plugin/deletepageguard/
H A Dadmin.php124 $hasErrors = false;
146 $hasErrors = true;
152 if (!$hasErrors && $validCount > 0) {
154 } elseif ($hasErrors) {