[Codeigniter-users] phwittr ちょっと間に合わないかも (^^;

Back to archive index

Kenji kenji****@club*****
2008年 9月 30日 (火) 10:11:11 JST


Kenji です。


On Tue, 30 Sep 2008 09:45:22 +0900
Nully <taka****@magic*****> wrote:

> パッチの意味を取り違えていましたらご指摘いただけますよう宜しくお願いいた
> します。

パッチとは、svn diff した結果をファイルにしたものです。
差分を表したファイルです。

たとえば、こんな感じのテキストファイルになります。

===================================================================
--- application/controllers/public_timeline.php (リビジョン 20237)
+++ application/controllers/public_timeline.php (作業コピー)
@@ -5,7 +5,7 @@
        function Public_timeline()
        {
                parent::Controller();
-               $this->output->enable_profiler(TRUE);
+               //$this->output->enable_profiler(TRUE);
        }

        function index()


// Kenji




Codeigniter-users メーリングリストの案内
Back to archive index