Home
last modified time | relevance | path

Searched refs:dbFileName (Results 1 – 1 of 1) sorted by path

/plugin/schedule/
H A DpoiDB.class.php13 var $dbFileName; variable in poiDB
20 $this->dbFileName =
83 $handle = @fopen ($this->dbFileName, "r");
103 $handle = @fopen ($this->dbFileName, "w");
105 die("unable to create file: ".$this->dbFileName); // XXX