Changeset 704 for trunk/phpbms/modules/bms/report/aritems_summary.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/report/aritems_summary.php
r703 r704 434 434 $phpbms->showMenu = false; 435 435 436 $formSubmit = str_replace("&","&",$_SERVER['REQUEST_URI']);436 $formSubmit = htmlentities($_SERVER['REQUEST_URI']); 437 437 438 438 $theform = new phpbmsForm();