Changeset 3316

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

Follow up to r3300

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/controllers/examples.php

    r3300 r3316  
    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)