mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Limesurvey to get template, mode and endurl from queXS when running in self complete mode
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
if (!isset($homedir) || isset($_REQUEST['$homedir'])) {die("Cannot run this script directly");}
|
||||
|
||||
require_once("save.php"); // for supporting functions only
|
||||
include_once("quexs.php"); //queXS funcitons
|
||||
|
||||
// $LEMdebugLevel - customizable debugging for Lime Expression Manager
|
||||
$LEMdebugLevel=0; // LEM_DEBUG_TIMING; // (LEM_DEBUG_TIMING + LEM_DEBUG_VALIDATION_SUMMARY + LEM_DEBUG_VALIDATION_DETAIL);
|
||||
@@ -37,7 +38,7 @@ if ($interviewer)
|
||||
}
|
||||
}
|
||||
else
|
||||
$surveyMode='survey';
|
||||
$surveyMode=quexs_get_survey_mode($clienttoken);
|
||||
|
||||
$radix=getRadixPointData($thissurvey['surveyls_numberformat']);
|
||||
$radix = $radix['seperator'];
|
||||
|
||||
Reference in New Issue
Block a user