Changeset 3318 for tags

Show
Ignore:
Timestamp:
08/08/2008 07:53:59 PM (4 months ago)
Author:
Shadowhand
Message:

Merged r3316 and r3317 into tags/2.2, thanks Adurah

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.2/application/controllers/examples.php

    r3300 r3318  
    7575        { 
    7676                // Parse an external atom feed 
    77                 $feed = feed::parse('http://codeigniter.com/feeds/atom/news/'); 
     77                $feed = feed::parse('http://trac.kohanaphp.com/timeline?changeset=on&format=rss'); 
    7878 
    7979                // Show debug info 
     
    407407                $profiler = new Profiler; 
    408408 
    409                 $calendar = new Calendar(8, 2008); 
     409                $calendar = new Calendar($this->input->get('month', date('m')), $this->input->get('year', date('Y'))); 
    410410                $calendar->attach($calendar->event() 
    411411                                ->condition('year', 2008)