6 lines
244 B
PHP
Executable File
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")));
|
|
?>
|