Removed unused variables.

This commit is contained in:
Rudi Grinberg 2012-09-13 10:35:24 -04:00
parent 52882ef938
commit 55993352bf
3 changed files with 1 additions and 3 deletions

View file

@ -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);