Changeset 692 for trunk/phpbms/modules/base/attachments_records.php
- Timestamp:
- 12/30/09 16:05:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/attachments_records.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/attachments_records.php
r592 r692 80 80 $_POST["startnum"]=1; 81 81 } elseif($_POST["desc"]!="") $displayTable->querysortorder.=" DESC"; 82 83 //record offset? 84 if(isset($_POST["offset"])) if($_POST["offset"]!="") $displayTable->recordoffset=$_POST["offset"]; 82 85 83 86 $displayTable->issueQuery();