Ignore:
Timestamp:
Dec 9, 2012, 10:44:56 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Stahování dat z meteo stanice GIOM 3000.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r463 r467  
    1919  var $Manager;
    2020 
     21  function __construct($Database, $System)
     22  {
     23    $this->System = &$System;
     24    $this->Database = &$Database;
     25  }
     26 
    2127  function Install()
    2228  {
Note: See TracChangeset for help on using the changeset viewer.