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:
ed5b92f
)
Revert "Template-Cache-Verzeichnis nicht als Vorlagenverzeichnis zur Auswahl anbieten"
author
Moritz Bunkus
<moritz@bunkus.org>
Wed, 4 Aug 2010 08:59:51 +0000
(10:59 +0200)
committer
Moritz Bunkus
<moritz@bunkus.org>
Wed, 4 Aug 2010 08:59:51 +0000
(10:59 +0200)
This reverts commit
dbe7d834d5df5db01bb5abce8f37473b711ed8b1
.
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
6532edd
..
ab34702
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-413,7
+413,7
@@
sub edit_user_form {
closedir TEMPLATEDIR;
@alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
- @alldir = grep !/^(webpages|
cache|
\.svn)$/, @alldir;
+ @alldir = grep !/^(webpages|\.svn)$/, @alldir;
@allhtml = reverse grep !/Default/, @allhtml;
push @allhtml, 'Default';