Changeset 658 for trunk/Modules/Export/cmdmpqexport.php
- Timestamp:
- Dec 19, 2013, 11:23:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/cmdmpqexport.php
r657 r658 36 36 } 37 37 } 38 38 if(!array_key_exists('ExportId', $_GET) and !array_key_exists('dbc', $_GET) and !array_key_exists('lua', $_GET) and !array_key_exists('addon', $_GET)) { 39 $Output .= 'Usage type_export=id_export -for export<br />'; 40 $Output .= 'Usage ExportId=id_export - for write export info<br />'; 41 42 $Output .= 'type_export={lua,dbc,addon} <br />'; 43 $Output = str_replace('<br />',' 44 ',$Output); 45 } 39 46 //37 40 47 if(array_key_exists('lua', $_GET)) {
Note:
See TracChangeset
for help on using the changeset viewer.