Removed unused variables.
This commit is contained in:
parent
52882ef938
commit
55993352bf
3 changed files with 1 additions and 3 deletions
|
@ -392,7 +392,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
{
|
||||
$showInstanceId = $this->sched_sess->showInstanceId;
|
||||
$group_id = $this->_getParam('groupId');
|
||||
$search = $this->_getParam('search', null);
|
||||
|
||||
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
|
||||
$user = new Application_Model_User($userInfo->id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue