Changeset 898 for trunk


Ignore:
Timestamp:
Apr 3, 2023, 10:10:26 PM (13 months ago)
Author:
chronos
Message:
  • Fixed: Error if export version was not selected.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r895 r898  
    77
    88$Version = '1.0';
    9 $Revision = 895; // Subversion revision
     9$Revision = 898; // Subversion revision
    1010$DatabaseRevision = 891; // Database structure revision
    11 $ReleaseDate = strtotime('2023-03-06');
     11$ReleaseDate = strtotime('2023-04-03');
  • trunk/Modules/Export/Export.php

    r894 r898  
    7676      $DbResult = $this->Database->query('SELECT * FROM `ClientVersion` WHERE `Id`='.$this->Export['ClientVersion']);
    7777      $this->ClientVersion = $DbResult->fetch_assoc();
    78     } else $this->ClientVersion = '';
     78    } else $this->ClientVersion = array();
    7979  }
    8080
  • trunk/ReadMe.txt

    r888 r898  
    441) Information about version and source code location:
    55
    6 
    76Source code repository: https://app.zdechov.net/wowpreklad
    87Change history: https://app.zdechov.net/wowpreklad/log/
    98License: GNU/GPLv3
    109Authors: Chronos (robie@centrum.cz), Maron (maron2@centrum.cz)
    11 
     10Supported software: PHP 8.1
    1211
    13122) Base configuration
Note: See TracChangeset for help on using the changeset viewer.