r8442@llin: dpavlin | 2005-10-10 15:57:24 +0200
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Mon, 10 Oct 2005 13:57:29 +0000 (13:57 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Mon, 10 Oct 2005 13:57:29 +0000 (13:57 +0000)
 insert real user in archives

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@165 8392b6e1-25fa-0310-8288-cc32f8e212ea

lib/BackupPC/CGI/BurnMedia.pm

index 18d63a3..922485a 100644 (file)
@@ -71,8 +71,7 @@ EOF
                                                        )
                                                });
 
-                       # FIXME insert user here
-                       $sth->execute($In{'note'}, 'dummy_user', $total_size);
+                       $sth->execute($In{'note'}, $User, $total_size);
 
                        foreach my $backup_id (@selected_backup_ids) {