From f7c2c55c659e6e5a1468a2d4018367f60281e4a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 10 Aug 2009 11:07:25 +0200 Subject: [PATCH] Bugfix Bug 1077: Opendocumentvorlagen kopieren. Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht mit kopiert. --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index daae59a23..028219896 100755 --- 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; -- 2.20.1