2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Update token in quotareport

This commit is contained in:
Adam Zammit
2013-01-24 15:52:14 +11:00
parent e30f192a59
commit f0eec45186

View File

@@ -270,7 +270,7 @@ if ($questionnaire_id)
JOIN `sample` as sam ON (c.sample_id = sam.sample_id AND sam.import_id = '$sample_import_id')
WHERE ".implode(' AND ',$sqlq)." "."
AND submitdate IS NOT NULL
AND s.token = c.case_id";
AND s.token = c.token";
$rs = $db->GetRow($sql);