Ignore:
Timestamp:
Dec 13, 2013, 11:38:11 PM (11 years ago)
Author:
maron
Message:
  • Added: option for select part of statistic Export
  • Added: generation readme Czech client
  • Added: Better description of the czech instalation file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r636 r645  
    591591        }
    592592       
    593         function ExportViewStat()
     593        function ExportViewStat($Where = '')
    594594        {
    595595                $Export = new Export($this->System);
     
    605605                        $Query = '';
    606606                        $UnionItems = array();
    607                         $DbResult = $this->System->Database->query($GroupListQuery);
     607                        $DbResult = $this->System->Database->query($GroupListQuery.$Where);
    608608                        while($DbRow = $DbResult->fetch_assoc())
    609609                        {
Note: See TracChangeset for help on using the changeset viewer.