Changeset 704 for trunk/phpbms/include/imports.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/imports.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/imports.php
r515 r704 457 457 function startForm($pageTitle, $pageType, $numberOfRecords = 0){ 458 458 459 ?><form action="<?php echo str_replace("&","&",$this->action) ?>" method="<?php echo $this->method?>" name="<?php echo $this->name?>" onsubmit="<?php echo $this->onsubmit?>" <?php459 ?><form action="<?php echo htmlentities($this->action) ?>" method="<?php echo $this->method?>" name="<?php echo $this->name?>" onsubmit="<?php echo $this->onsubmit?>" <?php 460 460 if(isset($this->enctype)) echo ' enctype="'.$this->enctype.'" '; 461 461 if(isset($this->id)) echo ' id="'.$this->id.'" ';