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');