Subversion Repositories LCARS

Rev

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

Rev 42 Rev 64
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
$tng = array(
3
$tng = array(
4
  'ignore'   => true,
4
  'ignore'   => true,
5
  'channel'   => 'Blu-Ray',
5
  'channel'   => 'Blu-Ray',
6
  'seen'      => array(array(1, 5)),
6
  'seen'      => array(array(1, 6), 9, 11),
7
  'seasons'   => array(26, 22, 26, 26, 26, 26, 26),
7
  'seasons'   => array(26, 22, 26, 26, 26, 26, 26),
8
  'episode_list' => 'http://en.memory-alpha.org/wiki/Star_Trek:_The_Next_Generation#Episode_list',
8
  'episode_list' => 'http://en.memory-alpha.org/wiki/Star_Trek:_The_Next_Generation#Episode_list',
9
  'episodes' => array(
9
  'episodes' => array(
10
     1 => 'Encounter at Farpoint, Part 1',
10
     1 => 'Encounter at Farpoint, Part 1',
11
     2 => 'Encounter at Farpoint, Part 2',
11
     2 => 'Encounter at Farpoint, Part 2',