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:
f797374
)
Bugfix Bug 1077: Opendocumentvorlagen kopieren.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 10 Aug 2009 09:07:25 +0000
(11:07 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 10 Aug 2009 09:07:25 +0000
(11:07 +0200)
Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht
mit kopiert.
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
daae59a
..
0282198
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-549,7
+549,7
@@
sub save_user {
# copy templates to the directory
opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO");
- @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
+ @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|
odt|
xml|txb)$/,
readdir TEMPLATEDIR;
closedir TEMPLATEDIR;