Searched refs:lasteditor (Results 1 – 2 of 2) sorted by relevance
12 protected $lasteditor; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta52 …$this->sqlite->query($sql, [$this->pid, $this->title, $this->lasteditor, $this->lastrev, $this->la…82 $this->lasteditor = $lastEditor;
1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';