From 50c5869b3bd2938aa7ddf395e1a82ac252a8be83 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 15 Mar 2007 10:23:37 +0000 Subject: [PATCH] =?utf8?q?Nach=20Speichern=20einer=20Vorlage=20die=20Check?= =?utf8?q?box=20"Vorlage=20l=C3=B6schen"=20aktivieren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/drafts.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index c10d91afe..14cdb2594 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -17,6 +17,7 @@ sub save_draft { if (!$form->{draft_id} && !$form->{draft_description}) { restore_form($form->{SAVED_FORM}, 1) if ($form->{SAVED_FORM}); delete($form->{SAVED_FORM}); + $form->{remove_draft} = 1; $form->{SAVED_FORM} = save_form(); $form->header(); -- 2.20.1