Changeset 677 for trunk/Modules/Export/Export.php
- Timestamp:
- Dec 29, 2013, 10:08:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r676 r677 383 383 global $TranslationTree; 384 384 385 //$this->LoadFilters();385 $this->LoadFilters(); 386 386 387 387 $Output = ''; … … 390 390 while($Group = $DbResult->fetch_assoc()) 391 391 { 392 $this->AddProgress();392 // $this->AddProgress(); 393 393 $Output .= $Group['Name'].'... '; 394 394 $File = new FileStream();
Note:
See TracChangeset
for help on using the changeset viewer.