Home
last modified time | relevance | path

Searched refs:last_modification_date (Results 1 – 9 of 9) sorted by relevance

/plugin/bez/db/
Dupdate0001.sql17 last_modification_date TEXT NOT NULL, -- ISO8601 field
58 last_modification_date TEXT NOT NULL, -- ISO8601 field
151 last_modification_date TEXT NOT NULL, -- ISO8601 field
341 last_modification_date TEXT NOT NULL, -- ISO8601 field
376 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0013.sql9 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0014.sql7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0011.sql7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0002.sql24 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
/plugin/bez/mdl/
DTask_comment.php8 … protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html;
43 $this->last_modification_date = $this->create_date;
DThread_comment.php11 …protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $conte…
57 $this->last_modification_date = $this->create_date;
DThread.php20 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
78 $this->last_modification_date = $this->create_date;
135 $this->last_modification_date = date('c');
136 $this->last_activity_date = $this->last_modification_date;
DTask.php22 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
108 $this->last_modification_date = $this->create_date;
272 $this->last_modification_date = date('c');
273 $this->last_activity_date = $this->last_modification_date;