Changeset 694
- Timestamp:
- Jan 2, 2014, 8:36:58 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/ProcessTask.php
r670 r694 65 65 echo 'Caught exception: ', $e->getMessage(), "\n"; 66 66 } 67 SetProgres($Export,100);67 if (file_exists($Export->TempDir.'progress')) unlink($Export->TempDir.'progress'); 68 68 } else 69 69 { -
trunk/Modules/Export/cmdmpqexport.php
r693 r694 102 102 $System->ModuleManager->Modules['Log']->WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD); 103 103 $Output .= 'Export '.$Export->Id.' set to generation <br />'; 104 105 if (file_exists($Export->TempDir.'progress')) unlink($Export->TempDir.'progress'); 106 104 107 } else $Output .= 'Export '.$Export->Id.' do not need generation <br />'; 105 108 $Output = str_replace('<br/>',' -
trunk/includes/Version.php
r693 r694 6 6 // and system will need database update. 7 7 8 $Revision = 69 3; // Subversion revision8 $Revision = 694; // 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.