* Add product program project menu group.
This commit is contained in:
@@ -850,14 +850,7 @@ class baseRouter
|
||||
*/
|
||||
public function setPRJ()
|
||||
{
|
||||
if(isset($_GET['PRJ']))
|
||||
{
|
||||
$this->session->set('PRJ', $_GET['PRJ']); //Set PRJ id into session.
|
||||
}
|
||||
else
|
||||
{
|
||||
unset($_SESSION['PRJ']);
|
||||
}
|
||||
if(isset($_GET['PRJ'])) $this->session->set('PRJ', $_GET['PRJ']); //Set PRJ id into session.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user