rearranging the gcac issue form layout
[openemr.git] / contrib / forms / habits / report.php
blob8f02640afc7e6a1b7ae270563cccfdfef0715952
1 <?php
2 # file habits/report.php
3 # for reporting the habits entered in the form
5 include_once("../../globals.php");
6 include_once($GLOBALS["srcdir"]."/api.inc");
8 function habits_report( $pid, $encounter, $cols, $id) {
10 include_once ('form_report.php');
13 ?>