From 34ceea2740a828a6e9336344879a15a7dbf40c64 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 8 Feb 2017 14:10:18 +1100 Subject: [PATCH] fix typo --- functions/functions.limesurvey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.limesurvey.php b/functions/functions.limesurvey.php index ee9a9fae..e20a1928 100644 --- a/functions/functions.limesurvey.php +++ b/functions/functions.limesurvey.php @@ -605,7 +605,7 @@ function get_lime_id($case_id) $rs = $db->GetRow($sql); $token = $rs['token']; - $qid = $rs['qid']; + $qid = $rs['questionnaire_id']; $lime_id = limerpc_init_qid($qid);