Home
last modified time | relevance | path

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

/plugin/glossary/
H A Dglossary.class.php30 var $maxIP; // max proposition per guest user variable in glossary
92 $this->maxIP = $this->getConf ('maxIP');
150 function maxIP (&$request) { function in glossary
165 if ($count <= $this->maxIP) {
166 if ($count == $this->maxIP)
473 if ($status == $this->prop && $this->maxIP ($request))