From 91547505ee1ca685864f238e1db67b71aa8dc33f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 16 Sep 2012 20:40:13 +0000
Subject: [PATCH] Poprawienie niepoprawnego użycia $msg->session (brak wywołania metody setClass()) w module kino.

---
 BUILD |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/BUILD b/BUILD
index dcb601c..4c0a5a4 100644
--- a/BUILD
+++ b/BUILD
@@ -5,23 +5,22 @@
 # GIT
 REMOVEGLOB /.git/*
 REMOVEDIR /.git
-
-# TEST
-REMOVEGLOB /test/*
-REMOVEDIR /test
-
-# Moje ustawienia
-REPLACEBETWEEN /class/config.php "'numer' => '" ' ""
-REPLACEBETWEEN /class/config.php "'login' => '" ' ""
-REPLACEBETWEEN /class/config.php "'haslo' => '" ' ""
-REPLACEBETWEEN /class/config.php "'user' => '" ' ""
-REPLACEBETWEEN /class/config.php "'pass' => '" ' ""
-REPLACEBETWEEN /class/config.php "'key' => '" ' ""
+REMOVE /cache/.emptydir
+REMOVE /data/humor/archiwum/.emptydir
+REMOVE /data/kino/cache/.emptydir
+REMOVE /data/kurs/archiwum/.emptydir
+REMOVE /data/lotto/archiwum/.emptydir
+REMOVE /data/pogoda/.emptydir
+REMOVE /data/tv/cache/.emptydir
+REMOVE /database/.emptydir
 
 # Informacje o autorze
 HEADER /BotGG.php "<?php" HEADER
 HEADER /BotIMI.php "<?php" HEADER
 HEADER /BotHTTP.php "<?php" HEADER
+HEADER /newsletter.php "<?php" HEADER
+HEADER /setStatus.php "<?php" HEADER
+HEADER /test.php "<?php" HEADER
 HEADER /class/*.php "<?php" HEADER
 HEADER /data/update*.php "<?php" HEADER
 HEADER /data/*/parse.php "<?php" HEADER

--
Gitblit v1.9.1