/[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 148 by iklaric, Fri Oct 7 12:06:35 2005 UTC revision 150 by dpavlin, Mon Oct 10 10:25:37 2005 UTC
# Line 88  EOF Line 88  EOF
88    
89                                  $dbh->commit();                                  $dbh->commit();
90    
                                 $cont .= qq{  
                                         Archived following backups:  
                                 } . join(",", @selected_backup_ids) . qq{  
                                         <br/>with following message:  
                                         <div style="border: 1px solid #e0e0e0">  
                                 } . $In{'note'} . qq{  
                                         </div>  
                                 };  
91                          }                          }
92    
93                            my ($dvd_nr) = $dbh->selectrow_array(qq{
94                                    select last_value from dvd_nr
95                            });
96    
97                            $dvd_nr ||= 'error';
98    
99                          $dbh->commit();                          $dbh->commit();
100    
101                            $cont .= q{
102                                    Archived following backups:
103                            } . join(", ", @selected_backup_ids) . q{
104                                    <br/>with total size of
105                            <b>} . sprintf("%1.2f Mb", $total_size / 1024) . q{</b>
106                                    to media <b>} . $dvd_nr . q{</b>
107                                    with following message:
108                                    <div style="background-color: #e0e0e0; display: inline; padding: 2px;">
109                            } . $In{'note'} . q{
110                                    </div>
111                            };
112                  }                  }
113          }          }
114    

Legend:
Removed from v.148  
changed lines
  Added in v.150

  ViewVC Help
Powered by ViewVC 1.1.26