Ignore:
Timestamp:
Jan 2, 2014, 7:31:09 PM (11 years ago)
Author:
maron
Message:
  • Fixed: get parameter from command
File:
1 edited

Legend:

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

    r692 r693  
    3434    //echo ($index.'  ----  '.$parameter);
    3535    $_GET[$index] = $parameter;
    36   }
     36  } else $_GET[$parameter] = '';
    3737}
    3838if(!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)) {
     
    101101
    102102    $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 />';
    105105  $Output = str_replace('<br/>','
    106106',$Output);
Note: See TracChangeset for help on using the changeset viewer.