![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$survey_id = checkNumeric($_GET["survey_id"]) | |
$type = checkNumeric($_GET["type"]) | |
if(! $survey_id) | $survey = new Survey($survey_id) |
if(! $type) | else |
$recipients = explode(",", $recipients) | |
$recipients = explode(",", $recipients) |
Definition at line 56 of file recipients_dialog.inc.
Definition at line 45 of file recipients_dialog.inc.
$survey_id = checkNumeric($_GET["survey_id"]) |
Definition at line 37 of file recipients_dialog.inc.
$type = checkNumeric($_GET["type"]) |
Definition at line 38 of file recipients_dialog.inc.
if (! $type) else |
Definition at line 51 of file recipients_dialog.inc.