Possibility to modify the question -> NOT WORKING
This commit is contained in:
parent
65670dd09d
commit
7d249967d6
4 changed files with 37 additions and 8 deletions
|
|
@ -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?*/
|
||||
|
|
|
|||
Reference in a new issue