Changeset 704 for trunk/phpbms/include/search_class.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/search_class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/search_class.php
r703 r704 304 304 if($this->numrows==RECORD_LIMIT or $this->recordoffset!=0){ 305 305 //if you max the record limit or are already offsetiing get the true count 306 306 307 307 $truecountstatement = " 308 308 SELECT … … 587 587 588 588 ?> 589 <form name="search" id="search" method="post" action="<?php echo $_SERVER["PHP_SELF"]?>?id=<?php echo $this->thetabledef["uuid"]?>" onsubmit="setSelIDs(this);return true;">589 <form name="search" id="search" method="post" action="<?php echo htmlentities($_SERVER["PHP_SELF"])?>?id=<?php echo $this->thetabledef["uuid"]?>" onsubmit="setSelIDs(this);return true;"> 590 590 <input id="tabledefid" name="tabledefid" type="hidden" value="<?php echo $this->thetabledef["id"]?>" /> 591 591 <input id="theids" name="theids" type="hidden" value="" />