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:
4af0c21
)
Schreibfehler: mastertemplates wurde nicht rausgefiltert.
author
Bernd Blessmann
<bibi@online.de>
Mon, 24 Oct 2011 12:17:54 +0000
(14:17 +0200)
committer
Bernd Blessmann
<bibi@online.de>
Wed, 30 Nov 2011 13:05:04 +0000
(14:05 +0100)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
276ae20
..
c776961
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-428,7
+428,7
@@
sub edit_user_form {
closedir TEMPLATEDIR;
@alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
- @alldir = grep !/^(webpages|mstertemplates|\.svn)$/, @alldir;
+ @alldir = grep !/^(webpages|m
a
stertemplates|\.svn)$/, @alldir;
$form->{ALL_TEMPLATES} = [ map { { "name", => $_, "selected" => $_ eq $myconfig->{templates} } } @alldir ];