/[BackupPC]/trunk/lib/BackupPC/CGI/BurnMedia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/CGI/BurnMedia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 154 by dpavlin, Mon Oct 10 12:07:13 2005 UTC revision 159 by dpavlin, Mon Oct 10 13:39:10 2005 UTC
# Line 47  EOF Line 47  EOF
47                          }                          }
48                  }                  }
49    
50                    # convert to Kb
51                    $total_size = $total_size / 1024;
52    
53                  if ($total_size > $Conf{MaxArchiveSize}) {                  if ($total_size > $Conf{MaxArchiveSize}) {
54                          $cont .= eval( q{ ${h2(Error)}});                          $cont .= eval( q{ ${h2(Error)}});
55                          $cont .= "Selected backups exceed max archive size.";                          $cont .= "Selected backups size $total_size exceed max archive size $Conf{MaxArchiveSize}.";
56                  } else {                  } else {
57    
58                          # create new archive                          # create new archive

Legend:
Removed from v.154  
changed lines
  Added in v.159

  ViewVC Help
Powered by ViewVC 1.1.26