Changeset 704 for trunk/phpbms/modules/base/notes_records.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/notes_records.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/notes_records.php
r703 r704 70 70 if(!isset($_POST["newsort"])) $_POST["newsort"]=""; 71 71 if(!isset($_POST["desc"])) $_POST["desc"]=""; 72 72 73 73 74 74 if($_POST["newsort"]!="") { … … 81 81 82 82 if($displayTable->querytype!="new" and $displayTable->querytype!="edit") { 83 83 84 84 //record offset? 85 85 if(isset($_POST["offset"])) if($_POST["offset"]!="") $displayTable->recordoffset=$_POST["offset"]; … … 96 96 <h1><?php echo $pageTitle ?></h1> 97 97 <div> 98 <form name="search" id="search" action="<?php echo $_SERVER["REQUEST_URI"]?>" method="post" onsubmit="setSelIDs(this);return true;">98 <form name="search" id="search" action="<?php echo htmlentities($_SERVER["REQUEST_URI"])?>" method="post" onsubmit="setSelIDs(this);return true;"> 99 99 <input name="theids" type="hidden" value="" /> 100 100 <?php