Changeset 456
- Timestamp:
- 01/11/07 00:31:20 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r454 r456 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.3 6';4 my $version = '0.4.37'; 5 5 6 6 # tv_grab_au … … 314 314 } 315 315 } 316 elsif ($components->{$proggy} ->{disabled} and $components->{$proggy}->{disabled} == 1)316 elsif ($components->{$proggy} and $components->{$proggy}->{disabled} and $components->{$proggy}->{disabled} == 1) 317 317 { 318 318 $action = 'DISABLED BY USER'; … … 508 508 if ((defined $specific_version) && ($specific_version ne "")) { 509 509 $components_pending_install->{$proggy}->{admin_status} = $statusmsg; 510 } els e{510 } elsif (defined $components->{$proggy}) { 511 511 $components->{$proggy}->{admin_status} = $statusmsg; 512 512 } -
status
r455 r456 1 application shepherd 0.4.3 61 application shepherd 0.4.37 2 2 grabber yahoo7widget 1.76 3 3 grabber rex 3.3.9-r1
