Subversion Repositories Sites.tela-botanica.org

Rev

Rev 508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 508 Rev 549
Line 120... Line 120...
120
		if (INS_UTILISE_SPIP) {
120
		if (INS_UTILISE_SPIP) {
121
			desinscription_spip($id_utilisateur) ;
121
			desinscription_spip($id_utilisateur) ;
122
		}
122
		}
Line 123... Line 123...
123
 
123
 
124
		// Désinscription de la lettre d'info
124
		// Désinscription de la lettre d'info
125
		/*if (INS_UTILISE_LISTE) {
125
		if (INS_UTILISE_LISTE) {
126
			if ($bool_inscription_lettre == 1) { 
126
			if ($bool_inscription_lettre == 1) { 
127
				inscription_lettre(INS_MAIL_DESINSCRIPTION_LISTE) ;
127
				$supp_abo = file_get_contents(URL_LISTE_ACTU.'suppression_abonne.php?domaine=tela-botanica.org&liste=actu&mail='.$mail_utilisateur) ;
128
			}
128
			}
129
		}*/
129
		}
130
		// Appel des actions desinscriptions des applications clientes
130
		// Appel des actions desinscriptions des applications clientes
131
		$msg = '';
131
		$msg = '';
132
        $d = dir(GEN_CHEMIN_CLIENT);
132
        $d = dir(GEN_CHEMIN_CLIENT);
133
		while (false !== ($repertoire = $d->read())) {
133
		while (false !== ($repertoire = $d->read())) {