From 7c15cba2557382a9f99134873026217f036b00b1 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Fri, 15 Dec 2006 03:11:59 +0000 Subject: [PATCH] - Aus dem templateordner werden nun alle Dateien mit den folgenden Endungen in den Arbeitsordner kopiert: html|tex|sty|xml|txb -html id hinzugefuegt, zum besseren testen mit selenium --- bin/mozilla/admin.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 32922a274..b2f7576af 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -969,7 +969,7 @@ sub save { # copy templates to the directory opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $!"); - @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty)$/, + @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/, readdir TEMPLATEDIR; closedir TEMPLATEDIR; @@ -1444,7 +1444,7 @@ sub dbupdate {
-| . $locale->text("Continue") . qq||; -- 2.20.1