summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f797374)
Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht
mit kopiert.
# copy templates to the directory
opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO");
# copy templates to the directory
opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO");
- @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
+ @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|odt|xml|txb)$/,
readdir TEMPLATEDIR;
closedir TEMPLATEDIR;
readdir TEMPLATEDIR;
closedir TEMPLATEDIR;