From 68b89ee81a3cb5ecbdf496ce3fe6b989c83b8d97 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 12 Aug 2012 13:48:42 +0000
Subject: [PATCH] Poprawienie błędnych nazw metod.

---
 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 2dc91d0..625d9c2 100644
--- a/data/lotto/pobierz.php
+++ b/data/lotto/pobierz.php
@@ -147,7 +147,7 @@
 	function pobierz() {
 		foreach($this->gry as $gra => $data) {
 			echo STAR.'Wyniki gry '.$gra.'...';
-			if($gra == 'multimulti') {
+			if($gra == 'multi-multi') {
 				$wyniki = $this->wyniki($gra, 2);
 				$wynik = $wyniki[0];
 				$skrot = $data[2].substr($wynik['godzina'], 0, 2);
@@ -211,4 +211,4 @@
 echo OK;
 
 $lotto->pobierz();
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1