From 708d54183bac6e5c175bde642d3f55d08b9744e4 Mon Sep 17 00:00:00 2001 From: markleeds Date: Wed, 16 Jan 2008 19:14:59 +0000 Subject: [PATCH] Added 'Rx' link --- interface/forms/CAMOS/report.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/forms/CAMOS/report.php b/interface/forms/CAMOS/report.php index 6419f97fa..3830df01e 100755 --- a/interface/forms/CAMOS/report.php +++ b/interface/forms/CAMOS/report.php @@ -9,6 +9,8 @@ function CAMOS_report( $pid, $encounter, $cols, $id) { //echo "(category) ".stripslashes($data['category'])." | "; //echo "(subcategory) ".stripslashes($data['subcategory'])." | "; //echo "(item) ".stripslashes($data['item']); + echo "rx\n"; echo "
".wordwrap(stripslashes(content_parser($data['content'])))."

\n"; } } -- 2.11.4.GIT