print id
This commit is contained in:
parent
48a77a0d10
commit
8162bb2961
2 changed files with 6 additions and 5 deletions
|
|
@ -30,11 +30,11 @@ if (isset ($_POST['send']))
|
|||
$quest->print_test();
|
||||
|
||||
// @TODO: Create/Load a QuestionFile and add the question (it must be unique)
|
||||
|
||||
|
||||
// @TODO: Find a validator (from the list of previous senders for example?)
|
||||
|
||||
|
||||
// @TODO: Update the question and save the file
|
||||
|
||||
|
||||
// @TODO: Send mail to the selected validator
|
||||
|
||||
/* This code works, perhaps should be placed in a method in Question class?
|
||||
|
|
|
|||
Reference in a new issue