Changeset 692
- Timestamp:
- Jan 2, 2014, 7:23:19 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 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 -
trunk/includes/Version.php
r691 r692 6 6 // and system will need database update. 7 7 8 $Revision = 69 1; // Subversion revision8 $Revision = 692; // Subversion revision 9 9 $DatabaseRevision = 678; // Database structure revision 10 10 $ReleaseTime = '2014-01-02';
Note:
See TracChangeset
for help on using the changeset viewer.