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

Fixed issue: Data output including shift reports failing

This commit is contained in:
Adam Zammit
2017-08-16 14:53:12 +10:00
parent bed64ed0cb
commit b1ff02a5b9
2 changed files with 3 additions and 3 deletions

View File

@@ -518,7 +518,7 @@ if ($tokenTableExists && $thissurvey['anonymized']=='N' && isset($_POST['attribu
AND sh1.questionnaire_id = ca8.questionnaire_id
AND cl6.start >= sh1.start
AND cl6.end < sh1.end
GROUP BY sr1.shift_id) as shiftr ";
GROUP BY cl6.case_id) as shiftr ";
}
if (in_array('token',$_POST['attribute_select']))
{
@@ -1379,4 +1379,4 @@ function strip_tags_full($string) {
$string=str_replace('-oth-','',$string);
return FlattenText($string,true,'UTF-8',false);
}
?>
?>