Changeset 694 for trunk/Modules/Export/cmdmpqexport.php
- Timestamp:
- Jan 2, 2014, 8:36:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/cmdmpqexport.php
r693 r694 102 102 $System->ModuleManager->Modules['Log']->WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD); 103 103 $Output .= 'Export '.$Export->Id.' set to generation <br />'; 104 105 if (file_exists($Export->TempDir.'progress')) unlink($Export->TempDir.'progress'); 106 104 107 } else $Output .= 'Export '.$Export->Id.' do not need generation <br />'; 105 108 $Output = str_replace('<br/>','
Note:
See TracChangeset
for help on using the changeset viewer.