1 |
<?php |
<?php |
2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 30/10/2012 12:31 |
//gen openMairie le 30/10/2012 17:51 |
4 |
|
|
5 |
require_once ("../obj/om_dbform.class.php"); |
require_once ("../obj/om_dbform.class.php"); |
6 |
|
|
111 |
parent::cleSecondaire($id, $db, $val, $DEBUG); |
parent::cleSecondaire($id, $db, $val, $DEBUG); |
112 |
// Verification de la cle secondaire : lien_localisation_nature |
// Verification de la cle secondaire : lien_localisation_nature |
113 |
$this->rechercheTable($db, "lien_localisation_nature", "arrondissement", $id); |
$this->rechercheTable($db, "lien_localisation_nature", "arrondissement", $id); |
114 |
|
// Verification de la cle secondaire : quartier |
115 |
|
$this->rechercheTable($db, "quartier", "arrondissement", $id); |
116 |
} |
} |
117 |
|
|
118 |
|
|