Changeset 898
- Timestamp:
- Apr 3, 2023, 10:10:26 PM (20 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r895 r898 7 7 8 8 $Version = '1.0'; 9 $Revision = 89 5; // Subversion revision9 $Revision = 898; // Subversion revision 10 10 $DatabaseRevision = 891; // Database structure revision 11 $ReleaseDate = strtotime('2023-0 3-06');11 $ReleaseDate = strtotime('2023-04-03'); -
trunk/Modules/Export/Export.php
r894 r898 76 76 $DbResult = $this->Database->query('SELECT * FROM `ClientVersion` WHERE `Id`='.$this->Export['ClientVersion']); 77 77 $this->ClientVersion = $DbResult->fetch_assoc(); 78 } else $this->ClientVersion = '';78 } else $this->ClientVersion = array(); 79 79 } 80 80 -
trunk/ReadMe.txt
r888 r898 4 4 1) Information about version and source code location: 5 5 6 7 6 Source code repository: https://app.zdechov.net/wowpreklad 8 7 Change history: https://app.zdechov.net/wowpreklad/log/ 9 8 License: GNU/GPLv3 10 9 Authors: Chronos (robie@centrum.cz), Maron (maron2@centrum.cz) 11 10 Supported software: PHP 8.1 12 11 13 12 2) Base configuration
Note:
See TracChangeset
for help on using the changeset viewer.