Changeset 645 for trunk/Modules/Export/Page.php
- Timestamp:
- Dec 13, 2013, 11:38:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r636 r645 591 591 } 592 592 593 function ExportViewStat( )593 function ExportViewStat($Where = '') 594 594 { 595 595 $Export = new Export($this->System); … … 605 605 $Query = ''; 606 606 $UnionItems = array(); 607 $DbResult = $this->System->Database->query($GroupListQuery );607 $DbResult = $this->System->Database->query($GroupListQuery.$Where); 608 608 while($DbRow = $DbResult->fetch_assoc()) 609 609 {
Note:
See TracChangeset
for help on using the changeset viewer.