fix de l'issue #14

This commit is contained in:
Simon Leblanc 2011-10-03 02:16:12 +02:00
parent 02ad5abd9a
commit 63837ebd55
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ while($dsondage = $sondage->FetchNextObject(false)) {
$i++;
}
$sondage=$connect->Execute("select * from sondage");
$sondage=$connect->Execute("select * from sondage ORDER BY date_fin ASC");
$nbsondages=$sondage->RecordCount();
echo $nbsondages.' '. _("polls in the database at this time") .'<br><br>'."\n";