Changed query that gets the date of the last encounter for date calculations. It...
[openemr.git] / contrib / forms / hp_tje_primary / save.php
blob0ca4eccf10810d9dd2e02d350ab81f0d5a5c86a2
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormHpTje.class.php");
6 $c = new C_FormHpTje();
7 echo $c->default_action_process($_POST);
8 @formJump();
9 ?>