Changeset 704 for trunk/phpbms/modules/bms/receipts_addedit.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/receipts_addedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/receipts_addedit.php
r702 r704 47 47 $backurl .= "?refid=".$_GET["refid"]; 48 48 } 49 49 50 50 if(!isset($_GET["id"])) 51 51 $_GET["id"] = 0; … … 140 140 141 141 ?><div class="bodyline"> 142 <form action="<?php echo str_replace("&", "&",$_SERVER["REQUEST_URI"]) ?>" method="post" name="record" id="record">142 <form action="<?php echo htmlentities($_SERVER["REQUEST_URI"]) ?>" method="post" name="record" id="record"> 143 143 144 144 <div id="topButtons"><?php showSaveCancel(1); ?></div>