From 9dae9f90d578b5433df4664c6d1d6406074ca08f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 12 Aug 2012 13:31:49 +0000 Subject: [PATCH] Klasa BotAPIGGHTTPException zwraca teraz w komunikacie kod błędu. --- 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