3 |
# $Id$ |
# $Id$ |
4 |
###################################### |
###################################### |
5 |
# $Log$ |
# $Log$ |
6 |
|
# Revision 1.2 2003/02/03 10:34:08 jonen |
7 |
|
# + bugfix |
8 |
|
# |
9 |
# Revision 1.1 2003/02/03 10:04:56 jonen |
# Revision 1.1 2003/02/03 10:04:56 jonen |
10 |
# + first init |
# + first init |
11 |
# |
# |
88 |
push @new_lines, " o " . $_; |
push @new_lines, " o " . $_; |
89 |
} |
} |
90 |
elsif( $_ !~ /^Conf/ ) { |
elsif( $_ !~ /^Conf/ ) { |
91 |
push @new_lines, " o " . $_; |
push @new_lines, $_; |
92 |
} |
} |
93 |
if($cnt == $count_lines) { |
if($cnt == $count_lines) { |
94 |
push @new_lines, "\n\n"; |
push @new_lines, "\n\n"; |