Changeset 675 for trunk/Modules/Export/Export.php
- Timestamp:
- Dec 29, 2013, 9:45:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r674 r675 256 256 257 257 function AddProgress($add = 2) { 258 if ( file_exists($this->TempDir.'progress')) {258 if ((file_exists($this->TempDir.'progress')) and (fopen($this->TempDir.'progress', 'w'))) { 259 259 $File = new FileStream(); 260 260 $File->OpenFile($this->TempDir.'progress');
Note:
See TracChangeset
for help on using the changeset viewer.