GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
print('<td class="blank">'.$ex["section"].BR.fetchOne("select libelle from codif_section where id_section='".$ex["section"]."'").'</td>');
print('<td class="blank">'.$ex["genre"].BR.fetchOne("select libelle from codif_genre where id_genre='".$ex["genre"]."'").'</td>');
print('<td class="blank">'.$ex["annexe"].BR.fetchOne("select libelle from codif_annexe where id_annexe='".$ex["annexe"]."'").'</td>');
print('<td class="blank">'.$ex["emplacement"].BR.fetchOne("select libelle from codif_emplacement where id_emplacement='".$ex["emplacement"]."'").'</td>');
print('<td class="blank">'.$ex->getSection().BR.fetchOne("select libelle from codif_section where id_section='".$ex->getSection()."'").'</td>');
print('<td class="blank">'.$ex->getGenre().BR.fetchOne("select libelle from codif_genre where id_genre='".$ex->getGenre()."'").'</td>');
print('<td class="blank">'.$ex->getAnnexe().BR.fetchOne("select libelle from codif_annexe where id_annexe='".$ex->getAnnexe()."'").'</td>');
print('<td class="blank">'.$ex->getEmplacement().BR.fetchOne("select libelle from codif_emplacement where id_emplacement='".$ex->getEmplacement()."'").'</td>');