Ignore:
Timestamp:
Dec 19, 2013, 11:23:12 PM (11 years ago)
Author:
maron
Message:
  • Fixed: Export dbc text only, if varible ($s1,$t1..) is keep
  • Added: Filter translation where varibles are bad translated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/cmdmpqexport.php

    r657 r658  
    3636  }
    3737}
    38 
     38if(!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}
    3946                     //37
    4047if(array_key_exists('lua', $_GET)) {
Note: See TracChangeset for help on using the changeset viewer.