fix for prior commit, use correct indices on elements (#4517)
[openemr.git] / contrib / forms / rom / save.php
blob1afbdbcc74fc18d5f793f5d8868fc77bb0aabc29
1 <?php
3 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 require_once("../../globals.php");
9 require_once("$srcdir/api.inc");
11 require("C_FormROM.class.php");
12 $c = new C_FormROM();
13 echo $c->default_action_process($_POST);
14 @formJump();