Home
last modified time | relevance | path

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

/plugin/discussion/
H A Daction.php275 …R['REMOTE_USER']) && $this->getConf('adminimport') && $this->helper->isDiscussionMod()) || !isset(…
292 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
345 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
644 … if (($user != $_SERVER['REMOTE_USER']) && (!$this->helper->isDiscussionMod())) return false;
739 if ($this->helper->isDiscussionMod()) $hidden = ' comment_hidden';
849 … if ((($user == $_SERVER['REMOTE_USER']) && ($user != '')) || ($this->helper->isDiscussionMod())) {
970 …(!$_SERVER['REMOTE_USER'] or ($this->getConf('adminimport') && $this->helper->isDiscussionMod())) {
1013 if ($this->getConf('adminimport') && ($this->helper->isDiscussionMod())) {
H A Dhelper.php282 function isDiscussionMod() { function in helper_plugin_discussion