Suppress warning
authorJamie Cameron <jcameron@webmin.com>
Sat, 13 Aug 2011 19:02:39 +0000 (12:02 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sat, 13 Aug 2011 19:02:39 +0000 (12:02 -0700)
backup-config/backup-config-lib.pl

index 5ef8deb..17814a0 100755 (executable)
@@ -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>".