Jacek Kowalski
2012-07-08 c661eec342ab0ede1965c9f7316a999312e247dc
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');
@@ -114,4 +114,4 @@
   }
}
echo OK;
?>
?>