![]() |
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) |
$mgr = new SurveyDashboardManager($survey) | |
$form = $mgr->buildCloneForm() | |
$form | submitLabel = "Save Survey Copy" |
if ( $method=="POST") | |
$form = $mgr->buildCloneForm() |
Definition at line 46 of file clone_survey.inc.
$mgr = new SurveyDashboardManager($survey) |
Definition at line 45 of file clone_survey.inc.
Definition at line 44 of file clone_survey.inc.
$survey_id = checkNumeric($_GET["survey_id"]) |
Definition at line 37 of file clone_survey.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 50 of file clone_survey.inc.
$form submitLabel = "Save Survey Copy" |
Definition at line 48 of file clone_survey.inc.