3.0: small cosmetic change

This commit is contained in:
Jordi Sanfeliu 2012-12-18 15:05:51 +01:00
parent 49a3d1e336
commit 74aa978279
1 changed files with 2 additions and 4 deletions

View File

@ -819,10 +819,8 @@ sub mail_cgi {
}
($width, $height) = split('x', $config->{graph_size}->{main});
if($silent =~ /imagetag/) {
($width, $height) = split('x', $config->{graph_size}->{remote})
if $silent eq "imagetag";
($width, $height) = split('x', $config->{graph_size}->{main}) if
$silent eq "imagetagbig";
($width, $height) = split('x', $config->{graph_size}->{remote}) if $silent eq "imagetag";
($width, $height) = split('x', $config->{graph_size}->{main}) if $silent eq "imagetagbig";
@tmp = @tmpz;
push(@tmp, "COMMENT: \\n");
}