Home
last modified time | relevance | path

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

/plugin/sqlite/ !
H A Dhelper.php92 * @param string $updatedir - Database update infos
95 public function init($dbname, $updatedir) argument
102 $this->adapter = new SQLiteDB($dbname, $updatedir, $this);
/plugin/firenews/ !
Dsyntax.php306 $updatedir = DOKU_PLUGIN . "$pluginname/db/";
308 if (!$sqlite->init($dbname, $updatedir)) {