From f966b835c5be2275f66f1235cc0cf98fc7e3f5f7 Mon Sep 17 00:00:00 2001 From: yehster Date: Wed, 3 Aug 2011 20:13:29 -0400 Subject: [PATCH] fix for a sessions bug in encounter screen --- interface/main/left_nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/main/left_nav.php b/interface/main/left_nav.php index 439987960..1222ed4b4 100644 --- a/interface/main/left_nav.php +++ b/interface/main/left_nav.php @@ -694,7 +694,7 @@ function goHome() { //This function lists all encounters of the patient. //This function writes the drop down in the top frame. //It is called when a new patient is create/selected from the search menu. - var str = ''; str+=''; str+=''; str+=''; -- 2.11.4.GIT