Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php21 private $repros; variable in helper_plugin_dwcommits
255 $this->repros = array();
256 $this->repros[] = $this->html_option($this->path,true);
259 $this->repros[] = $this->html_option($conf_repro);
266 $this->repros[] = $this->html_option($git_dir);
271 $this->repros[] = $this->html_option(DW_COMMITS_DB . $git_dir);
279 echo implode("\n",$this->repros);