From 29310306f3d930ce1f1c0cae4fcac371244ec0bb Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 5 Mar 2009 07:35:31 +0000 Subject: [PATCH] added encounter ID to tooltip --- interface/patient_file/history/encounters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/history/encounters.php b/interface/patient_file/history/encounters.php index 11176bf76..df42cc83f 100644 --- a/interface/patient_file/history/encounters.php +++ b/interface/patient_file/history/encounters.php @@ -274,7 +274,7 @@ if ($result = getEncounters($pid)) { } $rawdata = $iter['encounter']."~".$raw_encounter_date; - echo "\n"; + echo "\n"; // show encounter date echo "$raw_encounter_date\n"; -- 2.11.4.GIT