Fix for compendium loader.
[openemr.git] / interface / patient_file / transaction / patient_transaction.php
blobd82939d36cba6c114e4f9e35370e49972a6d893d
1 <?php
3 //SANITIZE ALL ESCAPES
4 $sanitize_all_escapes=true;
5 //
7 //STOP FAKE REGISTER GLOBALS
8 $fake_register_globals=false;
9 //
11 include_once("../../globals.php");
14 <HTML>
15 <head>
16 <?php html_header_show();?>
17 <TITLE><?php echo htmlspecialchars( xl('Patient Summary'), ENT_NOQUOTES); ?>
18 </TITLE>
19 </HEAD>
20 <frameset rows="50%,50%" cols="*">
21 <frame src="add_transaction.php" name="New Transaction" scrolling="auto">
22 <frame src="transactions.php" name="Transactions" scrolling="auto">
24 </frameset>
26 <noframes><body bgcolor="#FFFFFF">
27 Frames support required
28 </body></noframes>
30 </HTML>