Changeset 692 for trunk/Modules/Export/cmdmpqexport.php
- Timestamp:
- Jan 2, 2014, 7:23:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/cmdmpqexport.php
r681 r692 88 88 89 89 if(array_key_exists('needgeneration', $_GET)) { 90 foreach ($System->Config['Web']['RecommendedExport'] as $ExportId) { 90 91 $Export = new Export($System); 91 $Export->Id = $ _GET['needgeneration'];92 $Export->Id = $ExportId; 92 93 $Output .= $Export->Init(); 93 94 if ($Export->NeedGeneration()) { … … 106 107 $Output = str_replace('<br />',' 107 108 ',$Output); 109 } 108 110 } 109 111
Note:
See TracChangeset
for help on using the changeset viewer.