From 0582fe1a1586565d2dfd7f3f3c6b2de8791342ab Mon Sep 17 00:00:00 2001 From: markleeds Date: Mon, 9 Mar 2009 09:45:42 +0000 Subject: [PATCH] Put $GLOBALS['webroot'] in path --- interface/patient_file/summary/patient_picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/summary/patient_picture.php b/interface/patient_file/summary/patient_picture.php index 94fe01228..f8cf60739 100644 --- a/interface/patient_file/summary/patient_picture.php +++ b/interface/patient_file/summary/patient_picture.php @@ -11,7 +11,7 @@ function pic_array() { $expl = explode("/",$results['url']); $filename = $expl[sizeof($expl)-1]; $doc_id = $results['id']; - array_push($pics,""); + array_push($pics,""); } } return $pics; -- 2.11.4.GIT