Changeset 420 for trunk/module.php


Ignore:
Timestamp:
Oct 9, 2012, 7:44:30 AM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Chybějící ukončovací HTML značka řádku tabulky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/module.php

    r157 r420  
    33class Module
    44{
     5  /** @var Database */
    56  var $Database;
     7  /** @var System */
    68  var $System;
    79  var $Title = '';
     
    911  var $CurrentPath = '/';
    1012
    11   function __construct() 
     13  function __construct()
    1214  {
    1315  }
Note: See TracChangeset for help on using the changeset viewer.