empty value for ref

This commit is contained in:
Michael RICOIS 2013-04-16 13:50:05 +00:00
parent 1fd6db91ed
commit c555eae249

View File

@ -242,7 +242,7 @@ class SurveillanceController extends Zend_Controller_Action
if (!empty($ref)) { if (!empty($ref)) {
$this->view->assign('ref', $ref); $this->view->assign('ref', $ref);
} else { } else {
$this->view->assign('ref', $ref); $this->view->assign('ref', '');
} }
$this->view->assign('surveillances', $listSurv); $this->view->assign('surveillances', $listSurv);