stop reporting of a custom error (it is benign) to the php logfile
[openemr.git] / contrib / forms / evaluation / view.php
blobd14b832e3b6cee97748b4e34ca10a62e897f8e8a
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormEvaluation.class.php");
7 $c = new C_FormEvaluation();
8 echo $c->view_action($_GET['id']);
9 ?>