Subversion Repositories LCARS

Rev

Rev 28 | Rev 41 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 32
1
<?php
1
<?php
2
2
3
$macgyver = array(
3
$macgyver = array(
-
 
4
//   'ignore'    => true,
4
  'channel'   => 'online',
5
  'channel'   => 'online',
5
  'seen'      => array(array(1, 9)),
6
  'seen'      => array(array(1, 12)),
6
  'seasons'   => array(22, 22, 20, 19, 21, 21, 14),
7
  'seasons'   => array(22, 22, 20, 19, 21, 21, 14),
7
  'episode_list' => 'wiki:en:List_of_MacGyver_episodes',
8
  'episode_list' => 'wiki:en:List_of_MacGyver_episodes',
8
  'episodes' => array(
9
  'episodes' => array(
9
      1 => "Pilot",
10
      1 => "Pilot",
10
      2 => "The Golden Triangle",
11
      2 => "The Golden Triangle",
11
      3 => "Thief of Budapest",
12
      3 => "Thief of Budapest",
12
      4 => "The Gauntlet",
13
      4 => "The Gauntlet",
13
      5 => "The Heist",
14
      5 => "The Heist",
14
      6 => "Trumbo's World",
15
      6 => "Trumbo's World",
15
      7 => "Last Stand",
16
      7 => "Last Stand",
16
      8 => "Hellfire",
17
      8 => "Hellfire",
17
      9 => "The Prodigal",
18
      9 => "The Prodigal",
18
      10 => "Target MacGyver",
19
      10 => "Target MacGyver",
19
      11 => "Nightmares",
20
      11 => "Nightmares",
20
      12 => "Deathlock",
21
      12 => "Deathlock",
21
      13 => "Flame's End",
22
      13 => "Flame's End",
22
      14 => "Countdown",
23
      14 => "Countdown",
23
      15 => "The Enemy Within",
24
      15 => "The Enemy Within",
24
      16 => "Every Time She Smiles",
25
      16 => "Every Time She Smiles",
25
      17 => "To Be a Man",
26
      17 => "To Be a Man",
26
      18 => "Ugly Duckling",
27
      18 => "Ugly Duckling",
27
      19 => "Slow Death",
28
      19 => "Slow Death",
28
      20 => "The Escape",
29
      20 => "The Escape",
29
      21 => "A Prisoner of Conscience",
30
      21 => "A Prisoner of Conscience",
30
      22 => "The Assassin",
31
      22 => "The Assassin",
31
  )
32
  )
32
);
33
);
33
 
34