Changeset 696
- Timestamp:
- Jan 3, 2014, 11:16:00 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r695 r696 122 122 { 123 123 $this->LoadFilters(); 124 $file = ''; 124 125 if ($this->Export['OutputType'] == 10) $file = $this->TempDir.'Instalace_CzechWoW_'.$this->ClientVersion['Version'].'.exe'; 125 126 if ($this->Export['OutputType'] == 9) $file = $this->TempDir.'CzWoW_DBC.zip'; -
trunk/includes/Version.php
r695 r696 6 6 // and system will need database update. 7 7 8 $Revision = 69 5; // Subversion revision8 $Revision = 696; // Subversion revision 9 9 $DatabaseRevision = 695; // Database structure revision 10 10 $ReleaseTime = '2014-01-02';
Note:
See TracChangeset
for help on using the changeset viewer.