Changeset 378 for trunk/Modules/TV/TV.php
- Timestamp:
- Jan 20, 2012, 3:32:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TV/TV.php
r360 r378 17 17 function ShowChannelList() 18 18 { 19 global $Channels;20 21 19 $Output = 'Stažení přehrávače: <a href="http://www.videolan.org/vlc/">VLC Media Player</a><br/>'. 22 20 'Seznam všech kanálů do přehrávače: <a href="playlist.m3u">Playlist</a><br/>'. … … 25 23 '<div align="center"><strong>Výpis kanálů:</strong><br>'; 26 24 27 $Where =28 25 $DbResult = $this->Database->query('SELECT COUNT(*) FROM `TV` WHERE (`Stream` <> "") OR (`StreamWeb` <> "")'); 29 26 $DbRow = $DbResult->fetch_row(); … … 132 129 $this->Description = 'IPTV channel database management'; 133 130 $this->Dependencies = array(); 134 $this-> Models = array('TV');131 $this->SupportedModels = array('TV'); 135 132 } 136 133
Note:
See TracChangeset
for help on using the changeset viewer.