From 8c13a44401f79c4960ff28db1aa0dddda9e5413f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 20 Feb 2006 09:37:23 +0000 Subject: [PATCH] Ignoriere die Verzeichnisse "webpages" und ".svn" bei der Benutzerverwaltung, die zwar im Verzeichnis "templates" liegen aber keine Vorlagen fuer Ausdrucke enthalten. --- bin/mozilla/admin.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index e55c99984..64dc24950 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -442,6 +442,7 @@ sub form_header { @allhtml = sort grep /\.html/, @all; @alldir = grep !/\.(html|tex)$/, @all; + @alldir = grep !/^(webpages|\.svn)$/, @alldir; @allhtml = reverse grep !/Default/, @allhtml; push @allhtml, 'Default'; -- 2.20.1