* Fix detail for group.
This commit is contained in:
@@ -18,21 +18,6 @@ class program extends control
|
||||
$this->loadModel('execution');
|
||||
}
|
||||
|
||||
/**
|
||||
* Program create guide.
|
||||
*
|
||||
* @param int $programID
|
||||
* @param string $from
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function createGuide($programID = 0, $from = 'PRJ')
|
||||
{
|
||||
$this->view->from = $from;
|
||||
$this->view->programID = $programID;
|
||||
$this->display();
|
||||
}
|
||||
|
||||
/**
|
||||
* Program list.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user