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.
private$id_profil;// Id du profil de données initialisé
private$format;// Format de fichier 0=unimarc
...
...
@@ -45,7 +51,16 @@ class notice_integration {
private$qualite_bib;// Code qualite de la bib
private$sigb;// Sigb de la bib
private$statut;// Statut de la notice traitee
public$libStatut=array("Rejetées","Créée","Supprimée","Mise à jour notice et exemplaires","Mise à jour exemplaires","Remplacées","Homogénéisées","Mises en notices succintes");
$controle=$sql->execute("delete from notices_articles where clef_unimarc='$clef_unimarc'");
else
$controle=$sql->execute("delete from notices_articles where clef_chapeau='$clef_chapeau' and clef_numero='$clef_numero' and clef_article='$clef_article'");
$controle=$sql->execute("delete from notices_articles where clef_unimarc='$clef_unimarc'");
else
$controle=$sql->execute("delete from notices_articles where clef_chapeau='$clef_chapeau' and clef_numero='$clef_numero' and clef_article='$clef_article'");