Lines Matching refs:comments_file
328 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
329 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
330 …if (@file_exists($comments_file)) { $comments = unserialize(@file_get_contents($comments_file))…
338 $xvalue = io_saveFile($comments_file,serialize($comments));
364 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
365 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
367 …if (@file_exists($comments_file)) { $comments = unserialize(@file_get_contents($comments_file))…
397 $xvalue = io_saveFile($comments_file,serialize($comments));
412 $xvalue = io_saveFile($comments_file,serialize($comments));
688 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
689 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
691 …if (@file_exists($comments_file)) { $comments = unserialize(@file_get_contents($comments_file))…
703 $xvalue = io_saveFile($comments_file,serialize($comments));