Changeset 693 for trunk/Modules/Export/cmdmpqexport.php
- Timestamp:
- Jan 2, 2014, 7:31:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/cmdmpqexport.php
r692 r693 34 34 //echo ($index.' ---- '.$parameter); 35 35 $_GET[$index] = $parameter; 36 } 36 } else $_GET[$parameter] = ''; 37 37 } 38 38 if(!array_key_exists('ExportId', $_GET) and !array_key_exists('needgeneration', $_GET) and !array_key_exists('version', $_GET) and !array_key_exists('dbc', $_GET) and !array_key_exists('lua', $_GET) and !array_key_exists('addon', $_GET)) { … … 101 101 102 102 $System->ModuleManager->Modules['Log']->WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD); 103 $Output .= 'Export set to generation';104 } else $Output .= 'Export do not need generation';103 $Output .= 'Export '.$Export->Id.' set to generation <br />'; 104 } else $Output .= 'Export '.$Export->Id.' do not need generation <br />'; 105 105 $Output = str_replace('<br/>',' 106 106 ',$Output);
Note:
See TracChangeset
for help on using the changeset viewer.