Changeset 1410
- Timestamp:
- 04/17/12 00:05:13 (13 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
references/Shepherd/Configure.pm (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/references/Shepherd/Configure.pm
r1408 r1410 2 2 package Shepherd::Configure; 3 3 4 my $version = '0. 29';4 my $version = '0.40'; 5 5 6 6 use strict; … … 376 376 } 377 377 378 foreach (keys %$::opt_channels) 379 { 380 if (defined $::opt_channels->{$_} && $_ =~ /HD$/) { 381 my $sd = $_; 382 $sd =~ s/HD$//; 383 if (!defined $::channels->{$sd}) { 384 print "No corresponding SD channel for a HD channel. '$_' needs '$sd'. Please try again.\n"; 385 exit; 386 } 387 } 388 } 378 # Removed by Max (17-Apr-2012) as part of a slow deletion of 379 # $opt_channels (no longer necessary for HDTV). 380 # 381 # foreach (keys %$::opt_channels) 382 # { 383 # if (defined $::opt_channels->{$_} && $_ =~ /HD$/) { 384 # my $sd = $_; 385 # $sd =~ s/HD$//; 386 # if (!defined $::channels->{$sd}) { 387 # print "No corresponding SD channel for a HD channel. '$_' needs '$sd'. Please try again.\n"; 388 # exit; 389 # } 390 # } 391 # } 389 392 390 393 foreach (keys %$::channels) -
trunk/status
r1409 r1410 1 1 application shepherd 1.7.0 2 2 reference channel_list 93 3 reference Shepherd/Common.pm 0. 393 reference Shepherd/Common.pm 0.40 4 4 reference Shepherd/MythTV.pm 0.10 5 5 reference Shepherd/Configure.pm 0.29
