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
Highway to PSR2
[openemr.git]
/
contrib
/
forms
/
evaluation
/
new.php
blob
5f481805ecf9ec2d68cf9ae85d2bdb4eb8f5fea8
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormEvaluation.class.php"
);
6
7
$c
=
new
C_FormEvaluation
();
8
echo
$c
->
default_action
();