Ignore:
Timestamp:
Jan 19, 2012, 9:43:36 PM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Různé knihovny pro zpracování HTML kódu, tabulek, stránkování, zasílání emailů, aj.
  • Přidáno: Kód zpracování fronty emailů přesunut z Global do modulu EmailQueue.
File:
1 edited

Legend:

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

    r370 r373  
    11<?php
    22
    3 class MeasureView extends View
     3class MeasureView extends ViewForm
    44{
    5   function __construct()
     5  function __construct($Database)
    66  {
     7    parent::__construct($Database);
    78    $this->Name = 'Measure';
    89    $this->Title = 'Časové měření';
Note: See TracChangeset for help on using the changeset viewer.