Calcule de date
This commit is contained in:
parent
bbd9d47187
commit
a638ebf87f
@ -155,9 +155,7 @@ class EnrichissementController extends Zend_Controller_Action
|
||||
if ($profil!==null)
|
||||
{
|
||||
$this->view->assign('profil', true);
|
||||
|
||||
$idCritere = $request->getParam('id', null);
|
||||
|
||||
$idCritere = $request->getParam('id', null);
|
||||
$comptagesM = new Table_Comptages();
|
||||
$sql = $comptagesM->select()
|
||||
->where('idDefinition = ?', $idCritere)
|
||||
|
Loading…
Reference in New Issue
Block a user