From 8687058bf2c8a297f9148c3e5111fd852c60a336 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 25 Oct 2014 19:43:00 -0700 Subject: [PATCH] fix for prior commit --- interface/reports/clinical_reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/reports/clinical_reports.php b/interface/reports/clinical_reports.php index f86d7aa71..afc16e304 100644 --- a/interface/reports/clinical_reports.php +++ b/interface/reports/clinical_reports.php @@ -646,7 +646,7 @@ if(sqlNumRows($result) > 0) $repcom = trim(str_replace("NO,","",$repcom)); $repcomarr = explode(",",$repcom); sort($repcomarr); - echo implode(", ",$repcomarr); + echo text(implode(", ",$repcomarr)); ?> -- 2.11.4.GIT