Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Ditsearch.php76 …if($conf['plugin']['issuetracker']['it_data']==false) $comments_file = DOKU_CONF."../data/meta/".$… variable
77 …else $comments_file = DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$issue['project'… variable
79 if (@file_exists($comments_file)) { $comments = @file_get_contents($comments_file); }
132 …if($conf['plugin']['issuetracker']['it_data']==false) $comments_file = DOKU_CONF."../data/meta/".$… variable
133 …else $comments_file = DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$item['project']… variable
134 $comments = unserialize(@file_get_contents($comments_file));
H A Daction.php328 …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));
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));
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))…
[all …]