Skip to content

Commit

Permalink
internationalize LBF form title
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Feb 14, 2010
1 parent 2bd00a2 commit f318a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/patient_file/encounter/new_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<option value='$rootdir/patient_file/encounter/load_form.php?" .
"formname=$option_id'>$title</option>\n";
"formname=$option_id'>" . xl_form_title($title) . "</option>\n";
}
echo "</select>\n";
}
Expand Down

0 comments on commit f318a93

Please sign in to comment.