Subversion Repositories LCARS

Rev

Rev 32 | Rev 51 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 41
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
$castle = array(
3
$castle = array(
-
 
4
  'ignore'    => true,
4
  'channel'   => 'online',
5
  'channel'   => 'online',
5
//     'showtimes' => 'Fr 20:00',
6
//     'showtimes' => 'Fr 20:00',
6
  'seen'      => array(array(1, 7)),
7
  'seen'      => array(array(1, 7)),
7
//     'last_seen' => mktime(20, 0, 0, 7, 1, 2011),
8
//     'last_seen' => mktime(20, 0, 0, 7, 1, 2011),
8
  'seasons'   => array(10, 24, 24, 23),
9
  'seasons'   => array(10, 24, 24, 23),
Line 97... Line 98...
97
    //       55 => "Tod im Pool (The Dead Pool)",
98
    //       55 => "Tod im Pool (The Dead Pool)",
98
    //       56 => "Lieben und Sterben in L.A. (To Love and Die in L.A.)",
99
    //       56 => "Lieben und Sterben in L.A. (To Love and Die in L.A.)",
99
    //       57 => "Ganz schön tot (Pretty Dead)",
100
    //       57 => "Ganz schön tot (Pretty Dead)",
100
    //       58 => "Knockout",
101
    //       58 => "Knockout",
101
    //     )
102
    //     )
102
  //   ),
-
 
103
103
  //   ),
-
 
104