Changeset 676 for trunk/Modules/Export/Export.php
- Timestamp:
- Dec 29, 2013, 9:56:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r675 r676 256 256 257 257 function AddProgress($add = 2) { 258 if ( (file_exists($this->TempDir.'progress')) and (fopen($this->TempDir.'progress', 'w'))) {258 if (file_exists($this->TempDir.'progress')) { 259 259 $File = new FileStream(); 260 260 $File->OpenFile($this->TempDir.'progress'); … … 383 383 global $TranslationTree; 384 384 385 $this->LoadFilters();385 // $this->LoadFilters(); 386 386 387 387 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.