From f318a93760966f09cdd7fbf192bb7f33cb04c90b Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sun, 14 Feb 2010 01:33:32 +0000 Subject: [PATCH] internationalize LBF form title --- interface/patient_file/encounter/new_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/encounter/new_form.php b/interface/patient_file/encounter/new_form.php index f85a306375a..4891cf61b7f 100644 --- a/interface/patient_file/encounter/new_form.php +++ b/interface/patient_file/encounter/new_form.php @@ -83,7 +83,7 @@ function myGetRegistered($state="1", $limit="unlimited", $offset="0") { $option_id = $lrow['option_id']; // should start with LBF $title = $lrow['title']; echo "\n"; + "formname=$option_id'>" . xl_form_title($title) . "\n"; } echo "\n"; }