Ignore:
Timestamp:
Dec 29, 2013, 10:08:26 PM (11 years ago)
Author:
maron
Message:
  • Fixed: error by last revision on progress
File:
1 edited

Legend:

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

    r676 r677  
    383383    global $TranslationTree;
    384384 
    385   //  $this->LoadFilters();
     385    $this->LoadFilters();
    386386
    387387    $Output = '';
     
    390390    while($Group = $DbResult->fetch_assoc())
    391391    {
    392       $this->AddProgress();
     392    //  $this->AddProgress();
    393393      $Output .= $Group['Name'].'... ';
    394394      $File = new FileStream();
Note: See TracChangeset for help on using the changeset viewer.