Lines Matching refs:false

293                         $comment['show'] = false;
373 $isNamespaceExcluded = false;
380 return false;
388 return false;
403 if (!$INFO['exists']) return false;
404 if (!@file_exists($file) && !$this->isDiscussionEnabled()) return false;
405 if (!$_SERVER['REMOTE_USER'] && !$this->getConf('showguests')) return false;
409 $data = unserialize(io_readFile($file, false));
410 if (!$data['status']) return false; // comments are turned off
423 $show = false;
504 return false;
510 return false; // guest comments not allowed
523 $data = unserialize(io_readFile($file, false));
524 if ($data['status'] != 1) return false; // comments off or closed
562 $data['subscribers'][$mail]['active'] = false;
563 $data['subscribers'][$mail]['confirmsent'] = false;
575 $data['subscribers'][$mail]['active'] = false;
576 $data['subscribers'][$mail]['confirmsent'] = false;
611 if(!$cids) return false; // do nothing if we get no comment id
622 return false;
630 $data = unserialize(io_readFile($file, false));
637 $convert = false;
644 … if (($user != $_SERVER['REMOTE_USER']) && (!$this->helper->isDiscussionMod())) return false;
676 $data['comments'][$cid]['show'] = false;
731 if (!isset($data['comments'][$cid])) return false; // comment was removed
734 if (!is_array($comment)) return false; // corrupt datatype
1053 $captcha = $this->loadHelper('captcha', false);
1059 $recaptcha = $this->loadHelper('recaptcha', false);
1094 protected function _button($cid, $label, $act, $jump = false) {
1190 if ($log === false) continue; // discard junk
1310 $data = array('id' => $ID, 'addresslist' => '', 'self' => false);
1425 return false;
1429 $comments = unserialize(io_readFile($cfile, false));
1435 if ((!$comments['status']) || (($comments['status'] == 2) && (!$num))) return false;
1597 $data = unserialize(io_readFile($file, false));
1615 $data = unserialize(io_readFile($file, false));
1618 $matched = false;
1633 if (!isset($data['comments'][$cid])) return false; // comment was removed
1636 if (!is_array($comment)) return false; // corrupt datatype
1637 if ($comment['parent'] != $parent) return false; // reply to an other comment
1638 if (!$comment['show']) return false; // hidden comment
1641 if (strpos($text, $phrase) !== false) {
1652 return false;
1680 $data = unserialize(io_readFile($file, false));