Home
last modified time | relevance | path

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

/plugin/ckgdoku/action/
H A Dedit.php24 var $draft_started; variable in action_plugin_ckgdoku_edit
464 if($this->draft_started) return $this->xhtml;
467 $this->draft_started = false;
468 if(file_exists($cname) && !$this->draft_started) {
470 $this->draft_started = true;
490 if($draft_started) return $this->xhtml;
/plugin/ckgedit/action/
H A Dedit.php24 var $draft_started; variable in action_plugin_ckgedit_edit
490 if($this->draft_started) return $this->xhtml;
493 $this->draft_started = false;
494 if(file_exists($cname) && !$this->draft_started) {
496 $this->draft_started = true;
516 if($this->draft_started) return $this->xhtml;