Ignore:
Timestamp:
Jan 20, 2012, 3:32:02 PM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Model pro NetworkSegment.
  • Upraveno: Přepracován model systém pro načítání modelů modulů.
File:
1 edited

Legend:

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

    r360 r378  
    1717  function ShowChannelList()
    1818  {
    19     global $Channels;
    20 
    2119    $Output = 'Stažení přehrávače: <a href="http://www.videolan.org/vlc/">VLC Media Player</a><br/>'.
    2220    'Seznam všech kanálů do přehrávače: <a href="playlist.m3u">Playlist</a><br/>'.
     
    2523    '<div align="center"><strong>Výpis kanálů:</strong><br>';
    2624
    27     $Where =
    2825    $DbResult = $this->Database->query('SELECT COUNT(*) FROM `TV` WHERE (`Stream` <> "") OR (`StreamWeb` <> "")');
    2926    $DbRow = $DbResult->fetch_row();
     
    132129    $this->Description = 'IPTV channel database management';
    133130    $this->Dependencies = array();
    134     $this->Models = array('TV');
     131    $this->SupportedModels = array('TV');
    135132  }
    136133 
Note: See TracChangeset for help on using the changeset viewer.