Files
EasySoft-ZenTaoPMS/module/bug/view/m.view.html.php
2013-07-06 09:15:26 +00:00

6 lines
244 B
PHP
Executable File

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