Searched refs:thread_comment_id (Results 1 – 6 of 6) sorted by relevance
164 thread_comment_id INTEGER REFERENCES thread_comment (id), --may be null field169 ON task (thread_id, thread_comment_id);267 WHERE id = new.thread_comment_id;271 UPDATE OF thread_comment_id276 WHERE id = old.thread_comment_id;280 WHERE id = new.thread_comment_id;
18 WHERE id = old.thread_comment_id;
40 if ($task->thread_comment_id == null) {44 if (!isset($by_thread_comment[$task->thread_comment_id])) {45 $by_thread_comment[$task->thread_comment_id] = array();47 $by_thread_comment[$task->thread_comment_id][$task->id] = $task;
28 protected $thread_id, $thread_comment_id, $task_program_id;73 if ($this->thread_comment_id == null) {76 … if ($this->thread_comment == null || $this->thread_comment_id != $this->thread_comment->id) {77 … $this->thread_comment = $this->model->thread_commentFactory->get_one($this->thread_comment_id);125 $this->thread_comment_id = $this->thread_comment->id;181 …if (isset($defaults['thread_comment']) && $this->thread_comment_id == $defaults['thread_comment']-…263 } elseif ($this->thread_comment_id == '') {
28 <?php if ($tpl->get('task')->thread_comment_id != ''): ?>
45 <?php if ($tpl->get('task')->thread_comment_id != ''): ?>