Ignore:
Timestamp:
Aug 15, 2013, 11:17:26 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: System variable as parameter to constructors of descendents of Module class.
  • Removed: End PHP mark "?>" from all files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/View/Client.php

    r92 r93  
    2626  function ItemList()
    2727  {
    28     global $Config;
    29    
    3028    $Output = '<h4>Verze herního klienta</h4>';
    3129    $Table = new Table($this->ItemListFormClass, $this->System);
     
    3634  }
    3735}
    38 
    39 ?>
Note: See TracChangeset for help on using the changeset viewer.