stop reporting of a custom error (it is benign) to the php logfile
[openemr.git] / contrib / forms / evaluation / save.php
blob0a6da260622bd8a5b96b2a4569da6c00cf57b9fb
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormEvaluation.class.php");
6 $c = new C_FormEvaluation();
7 echo $c->default_action_process($_POST);
8 @formJump();
9 ?>