From ac991a63bebe67e2af8e481c939cbd28c36ce075 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 28 Sep 2022 16:22:42 +0200 Subject: [PATCH] bug --- gestion/envoiMailing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/envoiMailing.php b/gestion/envoiMailing.php index 8e86b6f..77961c8 100644 --- a/gestion/envoiMailing.php +++ b/gestion/envoiMailing.php @@ -4,7 +4,7 @@ require_once 'config.inc.php'; require_once 'db.class.php'; require_once 'entete.php'; -$idVotation =$_GET["idVotation"]; +$idVotation = $_GET["idVotation"]; print('

@@ -30,7 +30,7 @@ if (empty($idVotation)) if(empty($_GET['status'])) { print('
- +

Êtes-vous sûr de vouloir envoyer le Mailing pour la votation : ' . $votation['libelle'] .'