Changeset 552 for trunk/Modules/File


Ignore:
Timestamp:
Jul 7, 2013, 10:41:07 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Generování měsíčních plateb. Chyběla funkce vkládání faktury.
  • Opraveno: Pořadí mazání starých tabulek FinanceBills.
  • Opraveno: Chyba zobrazení souborů z IS.
File:
1 edited

Legend:

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

    r548 r552  
    8383  function Show()
    8484  {
     85    if(array_key_exists('id', $_GET)) $Id = $_GET['id'];
     86    else if(array_key_exists('i', $_GET)) $Id = $_GET['i'];
     87    else return($this->SystemMessage('Chyba', 'Nezadáno id dokladu'));
    8588    $this->ClearPage = true;
    86     $Output = $this->System->Modules['File']->Download($_GET['id']);
     89    $Output = $this->System->Modules['File']->Download($Id);
    8790    return($Output);
    8891  }
Note: See TracChangeset for help on using the changeset viewer.