Ignore:
Timestamp:
Jan 2, 2014, 7:23:19 PM (11 years ago)
Author:
maron
Message:
  • Added: Set all recommended export to generation if needed
File:
1 edited

Legend:

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

    r681 r692  
    8888
    8989if(array_key_exists('needgeneration', $_GET)) {
     90 foreach ($System->Config['Web']['RecommendedExport'] as $ExportId) {
    9091  $Export = new Export($System);
    91   $Export->Id = $_GET['needgeneration'];
     92  $Export->Id = $ExportId;
    9293  $Output .= $Export->Init();                   
    9394  if ($Export->NeedGeneration()) {
     
    106107  $Output = str_replace('<br />','
    107108',$Output);
     109 }
    108110}
    109111
Note: See TracChangeset for help on using the changeset viewer.