Check date contrat

This commit is contained in:
Michael RICOIS 2012-08-01 09:50:48 +00:00
parent ffd7eb8c80
commit b4ddca623b

View File

@ -116,7 +116,7 @@ class Application_Controller_Plugin_Auth extends Zend_Controller_Plugin_Abstract
}
//No contrat define
if ( $identity->dateContrat!=0 ) {
if ( $identity->dateContrat!='0000-00-00 00:00:00' ) {
//If no params are detected, display a message to contact support
$request->setModuleName('default')
->setControllerName('aide')