bug
This commit is contained in:
parent
8bc2cb9ff3
commit
ac991a63be
@ -4,7 +4,7 @@ require_once 'config.inc.php';
|
|||||||
require_once 'db.class.php';
|
require_once 'db.class.php';
|
||||||
require_once 'entete.php';
|
require_once 'entete.php';
|
||||||
|
|
||||||
$idVotation =$_GET["idVotation"];
|
$idVotation = $_GET["idVotation"];
|
||||||
|
|
||||||
print('<br><br>
|
print('<br><br>
|
||||||
<!-- lalis Grid Section -->
|
<!-- lalis Grid Section -->
|
||||||
@ -30,7 +30,7 @@ if (empty($idVotation))
|
|||||||
if(empty($_GET['status']))
|
if(empty($_GET['status']))
|
||||||
{
|
{
|
||||||
print('<form method="get" action="envoiMailing.php">
|
print('<form method="get" action="envoiMailing.php">
|
||||||
<input type="hidden" name="id" value="' . $idVotation . '">
|
<input type="hidden" name="idVotation" value="' . $idVotation . '">
|
||||||
<pre><h4>Êtes-vous sûr de vouloir envoyer le Mailing pour la votation : ' . $votation['libelle'] .'</h4>
|
<pre><h4>Êtes-vous sûr de vouloir envoyer le Mailing pour la votation : ' . $votation['libelle'] .'</h4>
|
||||||
</pre><br>
|
</pre><br>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user