From 0c6b83c625859f7d88816c96807e5151eabc2d34 Mon Sep 17 00:00:00 2001 From: markleeds Date: Mon, 9 Mar 2009 18:30:14 +0000 Subject: [PATCH] Simplified code to generate img tag rather than iframe. --- interface/patient_file/summary/patient_picture.php | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) rewrite interface/patient_file/summary/patient_picture.php (67%) diff --git a/interface/patient_file/summary/patient_picture.php b/interface/patient_file/summary/patient_picture.php dissimilarity index 67% index f8cf60739..808ece8fc 100644 --- a/interface/patient_file/summary/patient_picture.php +++ b/interface/patient_file/summary/patient_picture.php @@ -1,19 +1,19 @@ -"); - } - } - return $pics; -} -?> +Patient Photograph\n"); + } + } + } + return $pics; +} +?> -- 2.11.4.GIT