![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$questionnaire_id = checkNumeric($_GET["questionnaire_id"]) | |
$dashboard = checkNumeric($_GET["dashboard"]) | |
$questionnaire = new Questionnaire($questionnaire_id) | |
$mgr = new QuestionnaireSendManager($questionnaire) | |
$form = $mgr->buildReminderForm($dashboard) | |
if ( $method=="POST") | |
$dashboard = checkNumeric($_GET["dashboard"]) |
Definition at line 46 of file send_reminder_dialog.inc.
$form = $mgr->buildReminderForm($dashboard) |
Definition at line 54 of file send_reminder_dialog.inc.
$mgr = new QuestionnaireSendManager($questionnaire) |
Definition at line 52 of file send_reminder_dialog.inc.
$questionnaire = new Questionnaire($questionnaire_id) |
Definition at line 51 of file send_reminder_dialog.inc.
$questionnaire_id = checkNumeric($_GET["questionnaire_id"]) |
Definition at line 45 of file send_reminder_dialog.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 56 of file send_reminder_dialog.inc.