mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix comments
This commit is contained in:
@@ -112,6 +112,7 @@ return \@get_config_cache;
|
||||
}
|
||||
|
||||
my %get_config_parent_cache;
|
||||
|
||||
# get_config_parent([file])
|
||||
# Returns a structure containing the top-level config as members
|
||||
sub get_config_parent
|
||||
@@ -532,7 +533,7 @@ if ($_[0]->{'file'} eq $_[2]) {
|
||||
if ($_[0]->{'eline'} > $_[1]) { $_[0]->{'eline'} += $_[3]; }
|
||||
}
|
||||
if ($_[0]->{'type'} == 1) {
|
||||
# Do sub-members
|
||||
# Do members
|
||||
foreach my $d (@{$_[0]->{'members'}}) {
|
||||
&renumber($d, $_[1], $_[2], $_[3]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user