![]() |
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 SurveyCreateManager($survey) |
if (! $survey->isAuthor()) $mgr = new SurveyCreateManager($survey) |
Definition at line 49 of file reorder_questions.inc.
Definition at line 43 of file reorder_questions.inc.
$survey_id = checkNumeric($_GET["survey_id"]) |
Definition at line 36 of file reorder_questions.inc.