Searched refs:last_modification_date (Results 1 – 9 of 9) sorted by relevance
/plugin/bez/db/ |
D | update0001.sql | 17 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,
|
D | update0013.sql | 9 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
D | update0014.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
D | update0011.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
D | update0002.sql | 24 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
/plugin/bez/mdl/ |
D | Task_comment.php | 8 … protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html; 43 $this->last_modification_date = $this->create_date;
|
D | Thread_comment.php | 11 …protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $conte… 57 $this->last_modification_date = $this->create_date;
|
D | Thread.php | 20 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;
|
D | Task.php | 22 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;
|