repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed php short tags
[openemr.git]
/
contrib
/
forms
/
well_infant
/
save.php
blob
b2fa75ceb486ebbb702ee50da7fc9219d34f253f
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormWellInfant.class.php"
);
6
$c
=
new
C_FormWellInfant
();
7
echo
$c
->
default_action_process
(
$_POST
);
8
@formJump
();
9
?
>