order by backup_part_id
[BackupPC.git] / lib / BackupPC / CGI / BurnMedia.pm
index cabd592..c24a530 100644 (file)
@@ -111,6 +111,7 @@ EOF
                                from archive_backup_parts a
                                join archive on archive_id = archive.id
                                where dvd_nr = ?
+                               order by backup_part_id
                        });
                        $sth->execute( $dvd_nr );
                        $cont .= '<table border=1>';