git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7862
91ce42f0-d328-0410-95d8-
f526ca767f89
display_log_time => qr!^(on)?$!,
enable_security => qr/^(on)?$/,
enable_security_acl => qr/^(on)?$/,
- default_age => qr/^(?:\d+(?:[ywdhms]\s*)?)+\s*$/,
+ default_age => qr/^((?:\d+(?:[ywdhms]\s*?)?)+)\s*$/,
);
=head1 FUNCTION
%$fields,
}, "graph.tpl");
- if ($fields->{gtype} eq 'balloon') {
+ if ($fields->{gtype} and $fields->{gtype} eq 'balloon') {
system("./bgraph.pl");
}
}