Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f7c2c55c

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID f7c2c55c659e6e5a1468a2d4018367f60281e4a4
  • Vorgänger f797374a
  • Nachfolger 1cf7af35

Bugfix Bug 1077: Opendocumentvorlagen kopieren.

Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht
mit kopiert.

Unterschiede anzeigen:

bin/mozilla/admin.pl
549 549

  
550 550
      # copy templates to the directory
551 551
      opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO");
552
      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
552
      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|odt|xml|txb)$/,
553 553
        readdir TEMPLATEDIR;
554 554
      closedir TEMPLATEDIR;
555 555

  

Auch abrufbar als: Unified diff