Changeset 704 for trunk/phpbms/report/general_labels.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/report/general_labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/report/general_labels.php
r703 r704 144 144 145 145 ?> 146 <form action="<?php echo str_replace("&", "&",$_SERVER["REQUEST_URI"])?>" method="post" name="print_form">146 <form action="<?php echo htmlentities($_SERVER["REQUEST_URI"])?>" method="post" name="print_form"> 147 147 <div class="bodyline" id="reportOptions"> 148 148 … … 475 475 476 476 $report = new pdfLabels($db, $_GET["rid"], $_GET["tid"]); 477 477 478 478 if(!isset($_POST["skipLabels"])) 479 479 $report->displaySkipLabels();