From 64d3114c3eeb933152732e024b81b2a94c8db87f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 30 Jun 2012 20:06:25 +0000 Subject: [PATCH] Zmiany w Microsoft Translator, tj: - przeniesienie systemu do Azure Datamarket, - zmiany w API, - nowy klucz, tzw. Account Key. --- data/tv/pobierz.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tv/pobierz.php b/data/tv/pobierz.php index 279e08f..12fc829 100644 --- a/data/tv/pobierz.php +++ b/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; -?> +?> \ No newline at end of file -- Gitblit v1.9.1