Changeset 565 for trunk/includes


Ignore:
Timestamp:
Aug 20, 2013, 10:48:15 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Creation of new export failed with error.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r563 r565  
    11<?php
    22
    3 $Revision = 563; // Subversion revision
     3$Revision = 565; // Subversion revision
    44$DatabaseRevision = 543; // Database structure revision
    5 $ReleaseTime = '2013-08-13';
     5$ReleaseTime = '2013-08-20';
  • trunk/includes/error.php

    r553 r565  
    3737    '<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />'.
    3838    '</head><body>'.   
    39     'Došlo k vnitřní chybě!<br /> O chybě byl uvědoměn správce webu a chybu brzy odstraní.<br /><br />');
     39    'Došlo k vnitřní chybě!<br /> O chybě byl uvědoměn správce webu a chyba bude brzy odstraněna.<br /><br />');
    4040    echo('<pre>'.$Error.'</pre><br />');
    4141    echo('</body></html>');
Note: See TracChangeset for help on using the changeset viewer.