9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
{
|
||
|
for my $name ( qw(base updates) )
|
||
|
{
|
||
|
my $repo = $DB->get($name) or next;
|
||
|
|
||
|
$repo->set_prop('Visible', 'yes');
|
||
|
}
|
||
|
}
|