Design + email

This commit is contained in:
Bertrand 2012-05-24 14:19:45 +02:00
commit e328e4a903
6 changed files with 133 additions and 56 deletions

View file

@ -65,7 +65,6 @@ class Question
echo 'Cours concerné : ' . $this->course . "<br>";
echo 'La question est : ' . $this->question . "<br>";
echo 'Les réponses sont : ' . print_r($this->answers, true) . "<br/>";
echo 'ID : ' . $this->id;
}
/**