![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$survey_id = checkNumeric($_GET["survey_id"]) | |
if(! $survey_id) | $survey = new Survey($survey_id) |
if(! $survey->isAuthor()) | $mgr = new SurveySendManager($survey) |
$rtn = $mgr->sendToAdditional() | |
$sent = ($rtn == questionnaire_sent) ? "OK" : "FAIL" | |
if (! $survey->isAuthor()) $mgr = new SurveySendManager($survey) |
Definition at line 50 of file send_additional_emails.inc.
$rtn = $mgr->sendToAdditional() |
Definition at line 51 of file send_additional_emails.inc.
$sent = ($rtn == questionnaire_sent) ? "OK" : "FAIL" |
Definition at line 53 of file send_additional_emails.inc.
Definition at line 43 of file send_additional_emails.inc.
$survey_id = checkNumeric($_GET["survey_id"]) |
Definition at line 36 of file send_additional_emails.inc.