Changeset 704 for trunk/phpbms/modules/bms/clients_addresses.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/clients_addresses.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/clients_addresses.php
r702 r704 157 157 //record offset? 158 158 if(isset($_POST["offset"])) if($_POST["offset"]!="") $displayTable->recordoffset=$_POST["offset"]; 159 159 160 160 $displayTable->issueQuery(); 161 161 … … 171 171 <h1 id="h1Title"><?php echo $pageTitle?></h1> 172 172 173 <form name="search" id="search" action="<?php echo str_replace("&", "&" ,$_SERVER["REQUEST_URI"])?>" method="post" onsubmit="setSelIDs(this);return true;">173 <form name="search" id="search" action="<?php echo htmlentities($_SERVER["REQUEST_URI"])?>" method="post" onsubmit="setSelIDs(this);return true;"> 174 174 <input name="command" id="reset" type="submit"/> 175 175 <input name="theids" id="theids" type="hidden" />