CMS  Version 3.9
recipients_dialog.inc File Reference

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)
 

Variable Documentation

◆ $recipients

$recipients = explode(",", $recipients)

Definition at line 56 of file recipients_dialog.inc.

◆ $survey

if (! $survey_id) $survey = new Survey($survey_id)

Definition at line 45 of file recipients_dialog.inc.

◆ $survey_id

$survey_id = checkNumeric($_GET["survey_id"])

Definition at line 37 of file recipients_dialog.inc.

◆ $type

$type = checkNumeric($_GET["type"])

Definition at line 38 of file recipients_dialog.inc.

◆ else

if (! $type) else
Initial value:
{
$recipients = $survey->additional_recipients
if(! $survey_id) $survey

Definition at line 51 of file recipients_dialog.inc.