From 0a14f3cf9a179fa9ab61fdbd3f2b34e253da1ba2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 22 Feb 2007 15:11:51 +0000 Subject: [PATCH] remove_draft standardmaessig an --- bin/mozilla/drafts.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index 3255d68d0..41a4ac9eb 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -98,6 +98,7 @@ sub load_draft { restore_form($old_form, 1); $form->{draft_id} = $id; $form->{draft_description} = $description; + $form->{remove_draft} = 'checked'; } update(); -- 2.20.1