- Posts: 125
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
} 953 954 // if (isset($aImportResults['error']) && $aImportResults['error']) safeDie($aImportResults['error']); 955 956 if (!$aData['bFailed']) 957 { 958 $aData['action'] = $action; 959 $aData['sLink'] = $this->getController()->createUrl('admin/survey/sa/view/surveyid/' . $aImportResults['newsid']); 960 $aData['aImportResults'] = $aImportResults; 961 } 962 } 963 964 $this->_renderWrappedTemplate('survey', 'importSurvey_view', $aData); 965 } 966 967 /** 968 * questiongroup::organize() 969 * Load ordering of question group screen. 970 * @return 971 */ 972 public function organize($iSurveyID) 973 { 974 $iSurveyID = (int)$iSurveyID; 975 976 if (!empty($_POST['orgdata']) && Permission::model()->hasSurveyPermission($iSurveyID, 'surveycontent', 'update'))