Jacek Kowalski
2012-06-25 3f9e0f0659df5e243943cf00112794ea32bfdab4
Poprawka błędnego zliczania postępu przy pobieraniu kanałów telewizyjnych.
1 files modified
2 ■■■ changed files
data/tv/pobierz.php 2 ●●● patch | view | raw | blame | history
data/tv/pobierz.php
@@ -58,7 +58,7 @@
    217 => 'ZigZap',
    361 => 'Cartoon Network',
);
$NUMOF = count($stations)*7;
$NUMOF = count($stations);
$c = curl_init();
$out = fopen('./xmltv-pre.xml', 'w');