cc
This commit is contained in:
parent
4ad4c24221
commit
3e48103956
@ -131,7 +131,7 @@ class EnrichissementController extends Zend_Controller_Action
|
|||||||
);
|
);
|
||||||
$identifiantsM = new Table_EnrichissementIdentifiants();
|
$identifiantsM = new Table_EnrichissementIdentifiants();
|
||||||
$idIdentifiant = $identifiantsM->insert($data);
|
$idIdentifiant = $identifiantsM->insert($data);
|
||||||
exec('php '.APPLICATION_PATH.'/../batch/enrichissement.php --id '.$idIdentifiant, $info = array()) or die(print_r($info));
|
//exec('php '.APPLICATION_PATH.'/../batch/enrichissement.php --id '.$idIdentifiant, $info = array()) or die(print_r($info));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user