CMS  Version 3.9
reorder_questions.inc File Reference

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)
 

Variable Documentation

◆ $mgr

if (! $survey->isAuthor()) $mgr = new SurveyCreateManager($survey)

Definition at line 49 of file reorder_questions.inc.

◆ $survey

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

Definition at line 43 of file reorder_questions.inc.

◆ $survey_id

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

Definition at line 36 of file reorder_questions.inc.