Changeset 693


Ignore:
Timestamp:
Jan 2, 2014, 7:31:09 PM (11 years ago)
Author:
maron
Message:
  • Fixed: get parameter from command
Location:
trunk
Files:
2 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);
  • trunk/includes/Version.php

    r692 r693  
    66// and system will need database update.
    77
    8 $Revision = 692; // Subversion revision
     8$Revision = 693; // Subversion revision
    99$DatabaseRevision = 678; // Database structure revision
    1010$ReleaseTime = '2014-01-02';
Note: See TracChangeset for help on using the changeset viewer.