phpBMS

Show
Ignore:
Timestamp:
12/30/09 16:05:34 (2 years ago)
Author:
nate
Message:
  • Fixed multi-page functionality on various tabbed search pages.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/attachments_records.php

    r592 r692  
    8080                $_POST["startnum"]=1; 
    8181        } elseif($_POST["desc"]!="")  $displayTable->querysortorder.=" DESC"; 
     82         
     83        //record offset? 
     84        if(isset($_POST["offset"])) if($_POST["offset"]!="") $displayTable->recordoffset=$_POST["offset"]; 
    8285 
    8386        $displayTable->issueQuery(); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.