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