Jacek Kowalski
2012-06-25 79d1cc1cc5c78b63daaf7bfb1446541dd878a1d7
Usunięcie pustych linii na końcach plików.
7 files modified
14 ■■■■ changed files
class/BotSession.php 2 ●●● patch | view | raw | blame | history
class/BotUser.php 2 ●●● patch | view | raw | blame | history
class/config.php 2 ●●● patch | view | raw | blame | history
data/lotto/pobierz.php 2 ●●● patch | view | raw | blame | history
data/tv/pobierz.php 2 ●●● patch | view | raw | blame | history
data/tv/wp_parse.php 2 ●●● patch | view | raw | blame | history
modules/50_lotto.php 2 ●●● patch | view | raw | blame | history
class/BotSession.php
@@ -149,4 +149,4 @@
        $st->execute(array($this->class));
    }
}
?>
?>
class/BotUser.php
@@ -59,4 +59,4 @@
        return $this->$name;
    }
}
?>
?>
class/config.php
@@ -13,4 +13,4 @@
        ),
    );
}
?>
?>
data/lotto/pobierz.php
@@ -211,4 +211,4 @@
echo OK;
$lotto->pobierz();
?>
?>
data/tv/pobierz.php
@@ -114,4 +114,4 @@
    }
}
echo OK;
?>
?>
data/tv/wp_parse.php
@@ -132,4 +132,4 @@
        }
    }
}
?>
?>
modules/50_lotto.php
@@ -128,4 +128,4 @@
        GGapi::putText(trim($txt));
    }
}
?>
?>