Changeset 47 for trunk/Base/Module.php


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/Module.php

    r40 r47  
    77  var $Config;
    88
    9   function __construct($System) 
     9  function __construct($System)
    1010  {
    1111    $this->Database = $System->Database;
     
    1414  }
    1515}
    16 
    17 ?>
Note: See TracChangeset for help on using the changeset viewer.