X-Git-Url: http://git.euphorik.ch/?p=cl7.git;a=blobdiff_plain;f=tx_jeux_joues.php;h=304c34bb59ebe5b83b37762e4c03448138059f4f;hp=89089494f6f541028219b947d6700c7cfc29e754;hb=262be7e249593a2764a7c452f70dc5ac68887d5c;hpb=96ad00a7adb7626acc3328b0669eb58e54c1381b diff --git a/tx_jeux_joues.php b/tx_jeux_joues.php index 8908949..304c34b 100644 --- a/tx_jeux_joues.php +++ b/tx_jeux_joues.php @@ -23,7 +23,7 @@ $jeux_query = mysql_query(" while ($jeu = mysql_fetch_object($jeux_query)) { - // est-ce que le participant courant à voté pour ce jeu ? + # est-ce que le participant courant à voté pour ce jeu ? if ($le_participant->valide) { $a_vote = mysql_fetch_row(mysql_query(" @@ -50,7 +50,7 @@ if ($le_participant->valide) echo ''; -// affichage du nombre de vote restant +# affichage du nombre de vote restant if ($le_participant->valide) echo '

Nombre de votes restant : ' . $le_participant->nb_vote_restant() . '

';