33 |
$f->displayStartContent(); |
$f->displayStartContent(); |
34 |
|
|
35 |
// db |
// db |
36 |
if(file_exists ("../sql/".$f->db->phptype."/dossier.scr.inc")) |
if(file_exists ("../sql/".$f->db->phptype."/dossier.scr.inc.php")) |
37 |
include ("../sql/".$f->db->phptype."/dossier.scr.inc"); |
include ("../sql/".$f->db->phptype."/dossier.scr.inc.php"); |
38 |
$res=$f->db->query($sql_dossier); |
$res=$f->db->query($sql_dossier); |
39 |
$f->isDatabaseError($res); |
$f->isDatabaseError($res); |
40 |
if(isset($f->collectivite["departement"])) |
if(isset($f->collectivite["departement"])) |