Ignore:
Timestamp:
Jan 18, 2012, 1:42:13 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Administrace síťových zařízení přesunuta do systémového modulu Network. Zde doplněny použité modely pro inicializaci databáze.
  • Upraveno: Relace ManyToMany má nyní vhodnější parametry pro sestavení pomocné tabulky.
File:
1 edited

Legend:

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

    r349 r360  
    111111    $this->AddPropertyInteger('Frequency');
    112112    $this->AddPropertyString('Norm');
    113     $this->AddPropertyString('HomePage');   
    114     $this->AddPropertyString('Language');   
    115     $this->AddPropertyString('ShortName');   
    116     $this->AddPropertyString('Stream');   
    117     $this->AddPropertyString('StreamWeb');   
    118     $this->AddPropertyString('SourceType');   
    119     $this->AddPropertyString('Category');   
     113    $this->AddPropertyString('HomePage');
     114    $this->AddPropertyString('Language');
     115    $this->AddPropertyString('ShortName');
     116    $this->AddPropertyString('Stream');
     117    $this->AddPropertyString('StreamWeb');
     118    $this->AddPropertyString('SourceType');
     119    $this->AddPropertyString('Category');
    120120  }
    121121}
Note: See TracChangeset for help on using the changeset viewer.