2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
This commit is contained in:
Adam Zammit
2017-02-08 14:10:18 +11:00
parent a1b22652b6
commit 34ceea2740

View File

@@ -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);