mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated limesurvey to revision 11019
This commit is contained in:
@@ -1102,7 +1102,6 @@ function makelanguagechanger()
|
||||
$lang = GetBaseLanguageFromSurveyID($surveyid);
|
||||
|
||||
$htmlcode ="<select name=\"select\" class='languagechanger' onchange=\"javascript:window.location=this.value\">\n";
|
||||
$htmlcode .= "<option value=\"$relativeurl/index.php?sid=". $surveyid ."&lang=". $lang ."$tokenparam\">".getLanguageNameFromCode($lang,false)."</option>\n";
|
||||
$sAddToURL = "";
|
||||
$sTargetURL = "$relativeurl/index.php";
|
||||
if ($previewgrp){
|
||||
|
||||
Reference in New Issue
Block a user