Rev 26 | Rev 41 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 26 | Rev 32 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | $house = array(  | 
            3 | $house = array(  | 
          
| 4 | //   'ignore'    => true,
 | 
            4 | //   'ignore'    => true,
 | 
          
| 5 | 'channel' => 'online',  | 
            5 | 'channel' => 'online',  | 
          
| 6 | 'showtimes' => 'Mo-Fr 12:20',  | 
            6 | 'showtimes' => 'Mo-Fr 12:20',  | 
          
| 7 | 'seen' => array(12, array(37, 46), 85),  | 
            7 | 'seen' => array(array(1, 2), array(12, 13), array(37, 46), 85),  | 
          
| 8 | 'last_seen' => mktime(11, 20, 0, 3, 31, 2011),  | 
            8 | //   'last_seen'    => mktime(11, 20, 0, 3, 31, 2011),
 | 
          
| 9 | 'seasons' => array(22, 24, 24, 16, 24, 22, 23, 22),  | 
            9 | 'seasons' => array(22, 24, 24, 16, 24, 22, 23, 22),  | 
          
| 10 | 'episodes' => array(  | 
            10 | 'episodes' => array(  | 
          
| 11 | 1 => "Pilot",  | 
            11 | 1 => "Pilot",  | 
          
| - | 12 | 2 => "Paternity",  | 
          |
| - | 13 | 3 => "Occams Razor",  | 
          |
| - | 14 | 4 => "Maternity)",  | 
          |
| - | 15 | 5 => "Damned If You Do",  | 
          |
| - | 16 | 6 => "The Socratic Method",  | 
          |
| - | 17 | 7 => "Fidelity",  | 
          |
| 12 | - | ||
| - | 18 | 8 => "Poison",  | 
          |
| - | 19 | 9 => "DNR",  | 
          |
| - | 20 | 10 => "Histories",  | 
          |
| - | 21 | 11 => "Detox",  | 
          |
| 13 | 12 => "Sports Medicine",  | 
            22 | 12 => "Sports Medicine",  | 
          
| - | 23 | 13 => "Cursed",  | 
          |
| - | 24 | //      14 => "Control",
 | 
          |
| 14 | 25 | ||
| 15 | 37 => 'Clueless',  | 
            26 | 37 => 'Clueless',  | 
          
| 16 | 38 => 'Safe',  | 
            27 | 38 => 'Safe',  | 
          
| 17 | 39 => 'All In',  | 
            28 | 39 => 'All In',  | 
          
| 18 | 40 => 'Sleeping Dogs Lie',  | 
            29 | 40 => 'Sleeping Dogs Lie',  |