Changeset 900 for trunk/Modules/Export/ExportOutput.php
- Timestamp:
- Apr 10, 2024, 11:49:39 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/ExportOutput.php
r894 r900 300 300 if ($DbResult->num_rows == 0) 301 301 { 302 $System->Database->query('INSERT INTO ExportTask (`Export` ,`TimeStart` ) VALUES ('.$ExportId.', NOW())');302 $System->Database->query('INSERT INTO `ExportTask` (`Export`, `TimeStart` ) VALUES ('.$ExportId.', NOW())'); 303 303 $System->ModuleManager->Modules['Log']->WriteLog('Zadání úlohy pro vygenerování DBC souboru', LOG_TYPE_DOWNLOAD); 304 304 }
Note:
See TracChangeset
for help on using the changeset viewer.