diff --git a/revolution_16/pollBooth.php b/revolution_16/pollBooth.php index 0684dd12..2b129961 100644 --- a/revolution_16/pollBooth.php +++ b/revolution_16/pollBooth.php @@ -64,7 +64,7 @@ function pollCollector($pollID, $voteID, $forwarder) { function pollList() { global $NPDS_Prefix; - $result = sql_query("SELECT pollID, pollTitle, voters FROM ".$NPDS_Prefix."poll_desc ORDER BY timeStamp"); + $result = sql_query("SELECT pollID, pollTitle, voters FROM ".$NPDS_Prefix."poll_desc ORDER BY timeStamp DESC"); echo '

'.translate("Sondage").'


@@ -189,7 +189,7 @@ function pollboxbooth($pollID,$pollClose) { echo '
'.$boxContent.'
'; } -function PollMain_aff($pollID) { +function PollMain_aff() { $boxContent = '

'.translate("Anciens sondages").'

'; echo $boxContent; }