Suppress warning

This commit is contained in:
Jamie Cameron
2011-08-13 12:02:39 -07:00
parent dd88024e29
commit d804e52d30

View File

@@ -714,6 +714,7 @@ Returns HTML for selecting what gets included in a backup.
sub show_backup_what
{
my ($name, $webmin, $nofiles, $others) = @_;
$others ||= "";
return &ui_checkbox($name."_webmin", 1, $text{'edit_webmin'}, $webmin)."\n".
&ui_checkbox($name."_nofiles", 1, $text{'edit_nofiles'}, !$nofiles)."\n".
&ui_checkbox($name."_other", 1, $text{'edit_other'}, $others)."<br>".