2
0
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:
azammitdcarf
2011-09-20 23:28:02 +00:00
parent f018ac95c9
commit 4abd0c59ac
20 changed files with 12661 additions and 13136 deletions

View File

@@ -642,7 +642,7 @@ function createinsertquery()
$query .= ", '".$_SESSION['s_lang']."'";
if ($thissurvey['refurl'] == "Y")
{
$query .= ", '".$_SESSION['refurl']."'";
$query .= ", '".db_quote($_SESSION['refurl'])."'";
}
if ($bFinalizeThisAnswer === true && ($thissurvey['format'] != "A"))
{