Rev 32 | Rev 172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 32 | Rev 51 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | $scrubs = array(  | 
            3 | $scrubs = array(  | 
          
| 4 | //   'ignore'    => true,
 | 
            4 | //   'ignore'    => true,
 | 
          
| 5 | 'channel' => 'E4',  | 
            5 | 'channel' => 'E4',  | 
          
| 6 | 'showtimes' => 'Mo–Fr 18:00–18:30',  | 
            6 | 'showtimes' => 'Mo–Fr 18:00–18:30',  | 
          
| 7 | 'seen' => array(array(1, 16)),  | 
            7 | 'seen' => array(array(1, 17)),  | 
          
| 8 | 'last_seen' => mktime(18, 30, 0, 9, 6, 2011),  | 
            8 | 'last_seen' => mktime(18, 30, 0, 9, 6, 2011),  | 
          
| 9 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13),  | 
            9 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13),  | 
          
| 10 | 'episodes' => array(  | 
            10 | 'episodes' => array(  | 
          
| 11 | 1 => "My First Day",  | 
            11 | 1 => "My First Day",  | 
          
| 12 | 2 => "My Mentor",  | 
            12 | 2 => "My Mentor",  | 
          
| Line 100... | Line 100... | ||
| 100 | ),  | 
            100 | ),  | 
          
| 101 | 'episode_list' => 'wiki:en:List_of_Scrubs_episodes'  | 
            101 | 'episode_list' => 'wiki:en:List_of_Scrubs_episodes'  | 
          
| 102 | );  | 
            102 | );  | 
          
| 103 | 103 | ||
| 104 | $scrubs_de = array(  | 
            104 | $scrubs_de = array(  | 
          
| 105 | //   'ignore'    => true,
 | 
            105 | 'ignore' => true,  | 
          
| 106 | 'channel' => 'ProSieben',  | 
            106 | 'channel' => 'ProSieben',  | 
          
| 107 | 'showtimes' => 'Mo–Fr 15:30',  | 
            107 | 'showtimes' => 'Mo–Fr 15:30',  | 
          
| 108 | 'seen' => array(array(1, 16)),  | 
            108 | 'seen' => array(array(1, 16)),  | 
          
| 109 | 'last_seen' => mktime(14, 55, 0, 9, 8, 2011),  | 
            109 | 'last_seen' => mktime(14, 55, 0, 9, 8, 2011),  | 
          
| 110 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13),  | 
            110 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13),  |