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:
@@ -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);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user