Fixed php short tags
[openemr.git] / contrib / forms / well_infant / view.php
blob6c5a832f3a72252476712dad01916c37d137d9c0
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormWellInfant.class.php");
7 $c = new C_FormWellInfant();
8 echo $c->view_action($_GET['id']);
9 ?>