Changeset 696


Ignore:
Timestamp:
Jan 3, 2014, 11:16:00 AM (11 years ago)
Author:
maron
Message:
  • Fixed: error unknown variable
Location:
trunk
Files:
2 edited

Legend:

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

    r695 r696  
    122122  {
    123123    $this->LoadFilters();
     124    $file = '';
    124125    if ($this->Export['OutputType'] == 10) $file = $this->TempDir.'Instalace_CzechWoW_'.$this->ClientVersion['Version'].'.exe';
    125126    if ($this->Export['OutputType'] == 9) $file = $this->TempDir.'CzWoW_DBC.zip';
  • trunk/includes/Version.php

    r695 r696  
    66// and system will need database update.
    77
    8 $Revision = 695; // Subversion revision
     8$Revision = 696; // Subversion revision
    99$DatabaseRevision = 695; // Database structure revision
    1010$ReleaseTime = '2014-01-02';
Note: See TracChangeset for help on using the changeset viewer.