Création d'une nouvelle agence
query($q); while($o = $r->fetchObject()) { $agcTypes .= ""; } } $options = ""; if($GLOBALS["BO_CONF"]["HIERARCHICAL"] && $GLOBALS["BO_CONF"]["HIERARCHICAL"]["ENABLED"]){ $parent = $GLOBALS["BO_CONF"]["HIERARCHICAL"]["HIERARCHY"][count($GLOBALS["BO_CONF"]["HIERARCHICAL"]["HIERARCHY"])-2]; $q = "SELECT id_".$parent." as id, nom_".$parent." as nom FROM ca_".$parent."s where supp IS NULL ORDER BY nom ASC"; $values = array(':supp'=>NULL); $result = excuteQuery($q, $values); $r = $result['stmt']; while($row = $r->fetchObject()){ $options .= ""; } } ?>