Files
EasySoft-ZenTaoPMS/module/task/view/m.view.html.php
chencongzhi520@gmail.com ab8dfc3eeb * code for task#1424.
2013-06-27 07:03:27 +00:00

6 lines
267 B
PHP

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