Changeset 986
- Timestamp:
- 12/18/07 04:10:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r984 r986 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '1.2.3 1';4 my $version = '1.2.32'; 5 5 6 6 # tv_grab_au … … 1240 1240 foreach (keys %$components) 1241 1241 { 1242 if ($components->{$_}->{type} eq $progtype) {1242 if ($components->{$_}->{type} and $components->{$_}->{type} eq $progtype) { 1243 1243 if (defined $conf) { 1244 1244 push (@ret, $_) if (query_config($_,$conf) eq $val); -
trunk/status
r985 r986 1 application shepherd 1.2.3 11 application shepherd 1.2.32 2 2 reference channel_list 10 3 3 reference Shepherd/Common.pm 0.29
