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

6 lines
258 B
PHP
Executable File

<?php
$this->session->set('bugID', $bug->id);
if($this->session->bugType) die(js::locate($this->createLink('my', 'bug', "type={$this->session->bugType}"), 'parent'));
die(js::locate($this->createLink('bug', 'browse', "productID=$productID"), 'parent'));
?>