Skip to content

Commit

Permalink
another fix to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Dec 5, 2015
1 parent 417b98e commit f86e4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interface/forms/clinical_instructions/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
//
// +------------------------------------------------------------------------------+


include_once(dirname(__FILE__).'/../../globals.php');
include_once($GLOBALS["srcdir"]."/api.inc");
function clinical_instructions_report($pid, $encounter, $cols, $id) {
$count = 0;
$data = formFetch("form_clinical_instructions", $id);
Expand Down

0 comments on commit f86e4a1

Please sign in to comment.