Ignore:
Timestamp:
Jan 18, 2012, 9:17:11 AM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Jídelna přetvořena na systémový modul Meals.
File:
1 edited

Legend:

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

    r353 r354  
    9494  }
    9595 
     96  function Install()
     97  {
     98    parent::Install();
     99  }
     100 
     101  function UnInstall()
     102  {
     103    parent::UnInstall();
     104  }
     105
    96106  function Init()
    97107  {
Note: See TracChangeset for help on using the changeset viewer.