Changeset 577 for trunk/Common


Ignore:
Timestamp:
Oct 3, 2013, 11:38:10 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Malé opravy překlepů.
Location:
trunk/Common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/File.php

    r548 r577  
    1414    // For proper mime-type detection php-pecl-Fileinfo package should be installed on *nix systems
    1515    $FileInfo = new finfo(FILEINFO_MIME, '/usr/share/misc/magic');
    16     $Result = $FileInfo->file($FileName);
     16    $Result = $FileInfo->file($this->FileName);
    1717    //$FileInfo->close();
    1818    return($Result);
  • trunk/Common/System.php

    r556 r577  
    5959  function ShowPage()
    6060  {
    61     /* @var $Page Page */
     61        /* @var $Page Page */
    6262    $ClassName = $this->SearchPage($this->PathItems, $this->Pages);     
    6363    if($ClassName != '')
  • trunk/Common/Version.php

    r576 r577  
    11<?php
    22
    3 $Revision = 576; // Subversion revision
     3$Revision = 577; // Subversion revision
    44$DatabaseRevision = 574; // SQL structure revision
    55$ReleaseTime = '2013-10-03';
Note: See TracChangeset for help on using the changeset viewer.