Possibility to modify the question -> NOT WORKING

This commit is contained in:
Bertrand 2012-06-15 13:31:39 +02:00
commit 7d249967d6
4 changed files with 37 additions and 8 deletions

View file

@ -30,6 +30,7 @@ if (!empty($question))
while ($dest_mail == $question->get_validator());
$question->set_validator($dest_mail);
echo $dest_mail;
$validationAddress = "/validation.php?id=".$question->getId();
/* This code works, perhaps should be placed in a method in Question class?*/