mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated to Limesurvey 1.91+ Revision 11132
This commit is contained in:
@@ -64,6 +64,15 @@ function templatereplace($line, $replacements=array(), $anonymized=false)
|
||||
{
|
||||
$surveyformat = "";
|
||||
}
|
||||
/*if (isset($thissurvey['allowjumps']) && $thissurvey['allowjumps']=="Y" && $surveyformat!="allinone" && (isset($_SESSION['step']) && $_SESSION['step']>0)){
|
||||
$surveyformat .= " withindex";
|
||||
}*/
|
||||
if (isset($thissurvey['showprogress']) && $thissurvey['showprogress']=="Y"){
|
||||
$surveyformat .= " showprogress";
|
||||
}
|
||||
if (isset($thissurvey['showqnumcode'])){
|
||||
$surveyformat .= " showqnumcode-".$thissurvey['showqnumcode'];
|
||||
}
|
||||
// real survey contact
|
||||
if (isset($surveylist['contact']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user