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
Couple minor fixes to previous Direct Messages Receiving commit.
[openemr.git]
/
interface
/
forms
/
vitals
/
view.php
blob
eee2a4ab8b32c5620b2c4a7a0a208c6e1332c2ad
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormVitals.class.php"
);
6
7
$c
=
new
C_FormVitals
();
8
echo
$c
->
default_action
(
$_GET
[
'id'
]);
9
?
>