Another fix to upgrade clickoptions in windows
[openemr.git] / contrib / forms / habits / report.php
blob0f75acb6ae126b9ec22877088fffa5604fc81a7f
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 ?>