From f78f1acfe30782bef5757f16cf9d8666d2c8146e Mon Sep 17 00:00:00 2001 From: tekknogenius Date: Wed, 24 Aug 2005 14:51:33 +0000 Subject: [PATCH] corrected table name from form_weel_child to form_well_infant --- contrib/forms/well_infant/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/forms/well_infant/report.php b/contrib/forms/well_infant/report.php index 79d65188b..b9bb77c07 100644 --- a/contrib/forms/well_infant/report.php +++ b/contrib/forms/well_infant/report.php @@ -5,7 +5,7 @@ include_once($GLOBALS["srcdir"]."/api.inc"); include_once($GLOBALS["srcdir"]."/sql.inc"); function well_infant_report( $pid, $encounter, $cols, $id) { $count = 0; -$data = formFetch("form_weel_child", $id); +$data = formFetch("form_well_infant", $id); $sql = "SELECT name from form_well_infant_checks where foreign_id = '" . mysql_real_escape_string($id) . "'"; $results = sqlQ($sql); $data2 = array(); -- 2.11.4.GIT