From a9486bb5e39a34bf0c4b85fd4be772c7fc0fa0ed Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 25 Jun 2012 19:01:44 +0000
Subject: [PATCH] Dostosowanie plików z instrukcjami (INSTALL/UPGRADE) do wcześniejszych zmian

---
 data/tv/pobierz.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/tv/pobierz.php b/data/tv/pobierz.php
index 279e08f..9706a9d 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');

--
Gitblit v1.9.1