Changeset 638 for trunk/Modules/File


Ignore:
Timestamp:
Feb 21, 2014, 11:00:35 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Modul Employee pro správu zaměstnanců a mezd.
File:
1 edited

Legend:

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

    r586 r638  
    8585    if(array_key_exists('id', $_GET)) $Id = $_GET['id'];
    8686    else if(array_key_exists('i', $_GET)) $Id = $_GET['i'];
    87     else return($this->SystemMessage('Chyba', 'Nezadáno id dokladu'));
     87    else return($this->SystemMessage('Chyba', 'Nezadáno id souboru'));
    8888    $this->ClearPage = true;
    8989    $Output = $this->System->Modules['File']->Download($Id);
Note: See TracChangeset for help on using the changeset viewer.