Home
last modified time | relevance | path

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

/plugin/bez/db/
H A 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,
H A Dupdate0013.sql9 thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
H A Dupdate0014.sql7 thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
H A Dupdate0011.sql7 thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
H A Dupdate0002.sql24 thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
/plugin/bez/mdl/
H A DTask_comment.php8 protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html;
15 'create_date', 'last_modification_date', 'content', 'content_html');
43 $this->last_modification_date = $this->create_date;
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
22 'create_date', 'last_modification_date', 'content', 'content_html', 'task_count');
57 $this->last_modification_date = $this->create_date;
H A DThread.php19 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
32 'create_date', 'last_activity_date', 'last_modification_date', 'close_date',
77 $this->last_modification_date = $this->create_date;
134 $this->last_modification_date = date('c');
135 $this->last_activity_date = $this->last_modification_date;
H A DTask.php21 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
43 'create_date', 'last_activity_date', 'last_modification_date', 'close_date',
107 $this->last_modification_date = $this->create_date;
271 $this->last_modification_date = date('c');
272 $this->last_activity_date = $this->last_modification_date;