Ignore:
Timestamp:
Jul 27, 2014, 9:14:56 PM (10 years ago)
Author:
chronos
Message:
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
         2.project
  • trunk/Base/Controller.php

    r45 r47  
    44
    55class Controller extends Module
    6 { 
     6{
    77  function OnAccessDenied($Action, $Id)
    88  {
    99    return($this->System->Output->SystemMessage('Nemáte oprávnění provést akci "'.$Action.'" modulu "'.substr(get_class($this), 0, -10).'" na položce "'.$Id.'"'));
    1010  }
    11  
     11
    1212  function Process()
    1313  {
     
    2929  }
    3030}
    31 
    32 ?>
Note: See TracChangeset for help on using the changeset viewer.