error on questions.php

This commit is contained in:
Bertrand 2012-05-23 16:18:36 +02:00
commit 829b392bca
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ include("QuestionsFile.class.php");
$id = $_GET['id'];
echo $id;
$file = new QuestionsFile("questions.xml");
$question = $file->get_question($id);
$question->print_test();