Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2af9def

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID f2af9def6777d0192a83c8a86f1332569c742051
  • Vorgänger 2b82ec61
  • Nachfolger 2b339152

Globale Variablen nach %::lx_office_conf verschoben

Betroffen sind:
$sendmail
$openofficeorg_writer_bin
$xvfb_bin
$html2ps_bin
$ghostscript_bin
$latex_bin
$pg_dump_exe
$pg_restore_exe

Unterschiede anzeigen:

SL/Template/LaTeX.pm
447 447
}
448 448

  
449 449
sub _get_latex_path {
450
  return $main::latex_bin || 'pdflatex';
450
  return $::lx_office_conf{applications}->{latex} || 'pdflatex';
451 451
}
452 452

  
453 453
sub get_mime_type() {

Auch abrufbar als: Unified diff