Home
last modified time | relevance | path

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

/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php25 private $next_version = null; variable in SIOCDokuWikiArticle
86 $this->next_version = $rev;
245 if ($this->next_version) {
249 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
258 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
H A Dsioc_inc.php945 private $next_version; variable in SIOCWikiArticle
978 $this->next_version = $next_vers;
1120 if ($this->next_version) {
1122 … $rdf .= " <sioct:WikiArticle rdf:about=\"" . clean($this->next_version) . "\">\n";
/plugin/approve/action/
H A Dapprove.php98 $next_version = $sqlite->res2single($res);
99 if (!$next_version) {
100 $next_version = 1;
106 date('c'), $INFO['client'], $next_version, $INFO['id']);