--- db/prgsrc/db.cgi 2002/06/13 00:16:10 1.68 +++ db/prgsrc/db.cgi 2002/06/15 02:20:23 1.69 @@ -110,7 +110,7 @@ sub GetTourQuestions { my (@arr, @Questions); my ($sth) = $dbh->prepare("SELECT QuestionId FROM Questions - WHERE ParentId=$ParentId"); + WHERE ParentId=$ParentId order by Number"); $sth->execute;