14 |
(isset($_GET['linkedField']) ? $linkedField = $_GET['linkedField'] : $linkedField = ""); |
(isset($_GET['linkedField']) ? $linkedField = $_GET['linkedField'] : $linkedField = ""); |
15 |
(isset($_GET['nature']) ? $nature = $_GET['nature'] : $nature = ""); |
(isset($_GET['nature']) ? $nature = $_GET['nature'] : $nature = ""); |
16 |
$f = new utils("nohtml"); |
$f = new utils("nohtml"); |
17 |
|
$f->isAccredited(array("demande","demande_modifier","demande_ajouter"), "OR"); |
18 |
$f->disableLog(); |
$f->disableLog(); |
19 |
|
|
20 |
$sql = |
$sql = |