From eac90243793cf8ba3da2117ac2d76efbcec24e53 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 15 Feb 2016 21:04:47 +0000 Subject: [PATCH] Usprawnienia wczytywania UTF-8 w module kino --- data/lotto/pobierz.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/lotto/pobierz.php b/data/lotto/pobierz.php index 73e7aeb..0c1179c 100644 --- a/data/lotto/pobierz.php +++ b/data/lotto/pobierz.php @@ -19,7 +19,7 @@ // nazwa 'lotto', 'mini-lotto', 'kaskada', 'multi-multi', - 'joker', 'ekstra-pensja' + 'ekstra-pensja' ); // Spróbuj pobrać stronę http://lotto.pl/wyniki-gier @@ -185,7 +185,7 @@ protected $skroty = array( 'lotto' => 'dl', 'mini-lotto' => 'el', 'kaskada' => 'ka', 'multi-multi' => 'mm', - 'joker' => 'jk', 'ekstra-pensja' => 'ep' + 'ekstra-pensja' => 'ep' ); function pobierz_jeden($skrot, $wynik) { -- Gitblit v1.9.1