X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4f14c25d5726275ba6805480d974190ee80c187e..0bae9fe6eb53a230c2f2e32b9d2975b1bc8fe64c:/SL/Template.pm diff --git a/SL/Template.pm b/SL/Template.pm index 903ea90d8..39157d2d2 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -52,7 +52,7 @@ sub available_templates { } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print"; - my @allmaster = ('Standard', sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h); + my @allmaster = (sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h); return ( print_templates => \@alldir,