Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DPageMeta.php12 protected $lasteditor; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta
41 $sql = "SELECT pid, title, lasteditor, lastrev, lastsummary FROM titles WHERE pid = ?";
51 $sql = "REPLACE INTO titles (pid, title, lasteditor, lastrev, lastsummary) VALUES (?,?,?,?,?)";
52 $this->sqlite->query($sql, [$this->pid, $this->title, $this->lasteditor, $this->lastrev, $this->lastsummary]);
82 $this->lasteditor = $lastEditor;
/plugin/struct/db/
H A Dupdate0013.sql1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';