From 1bf7d8ef0edac533ce65d68669d26aec2f282f95 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 13 Feb 2016 00:43:09 +0000
Subject: [PATCH] Wydanie wersji 2.7

---
 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