fix de l'issue #14
This commit is contained in:
parent
02ad5abd9a
commit
63837ebd55
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user