Files
EasySoft-ZenTaoPMS/module/task/view/m.view.html.php
2013-07-06 09:13:51 +00:00

6 lines
253 B
PHP

<?php
$this->session->set('taskID', $task->id);
if($this->session->taskType) die($this->locate($this->createLink('my', 'task', "type={$this->session->taskType}")));
die($this->locate($this->createLink('project', 'task', "projectID=$project->id")));
?>