Changeset 441
- Timestamp:
- 11/22/08 14:47:28
- Files:
-
- trunk/phpbms/report/report_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/report/report_class.php
r416 r441 58 58 $this->sortorder = $_SESSION["printing"]["sortorder"]; 59 59 60 if(isset($_SESSION["printing"]["whereclause"])) 60 if(isset($_SESSION["printing"]["whereclause"])){ 61 62 if(strpos($_SESSION["printing"]["whereclause"],"WHERE") === 0) 63 $this->whereclause = substr($this->whereclause, 5); 64 61 65 $this->whereclause = $_SESSION["printing"]["whereclause"]; 66 67 }//endif 62 68 63 69 //backwards compatibility