projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a14f3c
)
Bugfix: Kein Absturz mehr nach doppeltem Speichern mit leerer Beschreibung
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Feb 2007 15:30:15 +0000
(15:30 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Feb 2007 15:30:15 +0000
(15:30 +0000)
bin/mozilla/drafts.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/drafts.pl
b/bin/mozilla/drafts.pl
index
41a4ac9
..
df0eb6b
100644
(file)
--- a/
bin/mozilla/drafts.pl
+++ b/
bin/mozilla/drafts.pl
@@
-16,6
+16,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->{SAVED_FORM} = save_form();
$form->header();