452 |
$this->rechercheTable($db, "evenement", "evenement_suivant_tacite", $id); |
$this->rechercheTable($db, "evenement", "evenement_suivant_tacite", $id); |
453 |
// Verification de la cle secondaire : instruction |
// Verification de la cle secondaire : instruction |
454 |
$this->rechercheTable($db, "instruction", "evenement", $id); |
$this->rechercheTable($db, "instruction", "evenement", $id); |
|
// Verification de la cle secondaire : lien_evenement_dossier_autorisation_type |
|
|
$this->rechercheTable($db, "lien_evenement_dossier_autorisation_type", "evenement", $id); |
|
455 |
//// Verification de la cle secondaire : transition |
//// Verification de la cle secondaire : transition |
456 |
//$this->rechercheTable($db, "transition", "evenement", $id); |
//$this->rechercheTable($db, "transition", "evenement", $id); |
457 |
} |
} |