Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1173 | 1173 |
if ($form->{media} ne 'email'); |
1174 | 1174 |
|
1175 | 1175 |
push @FORMAT, grep $_, |
1176 |
($main::opendocument_templates && $main::openofficeorg_writer_bin && $main::xvfb_bin
|
|
1177 |
&& (-x $main::openofficeorg_writer_bin) && (-x $main::xvfb_bin)
|
|
1176 |
($main::opendocument_templates && $::lx_office_conf{applications}->{openofficeorg_writer} && $::lx_office_conf{applications}->{xvfb}
|
|
1177 |
&& (-x $::lx_office_conf{applications}->{openofficeorg_writer}) && (-x $::lx_office_conf{applications}->{xvfb})
|
|
1178 | 1178 |
&& !$options{no_opendocument_pdf}) ? |
1179 | 1179 |
opthash("opendocument_pdf", $form->{DF}{"opendocument_pdf"}, $locale->text("PDF (OpenDocument/OASIS)")) : undef, |
1180 | 1180 |
($main::latex_templates) ? |
Auch abrufbar als: Unified diff
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