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/HTML.pm
70 70
    $psfile .= ".ps";
71 71
  }
72 72

  
73
  system("html2ps -f html2ps-config < $form->{tmpfile} > $psfile");
73
  system($::lx_office_conf{applications}->{html2ps} . " -f html2ps-config < $form->{tmpfile} > $psfile");
74 74
  if ($?) {
75 75
    $self->{"error"} = $form->cleanup();
76 76
    $self->cleanup();
......
103 103
    $pdffile .= ".pdf";
104 104
  }
105 105

  
106
  system("html2ps -f html2ps-config < $form->{tmpfile} | ps2pdf - $pdffile");
106
  system($::lx_office_conf{applications}->{html2ps} . " -f html2ps-config < $form->{tmpfile} | ps2pdf - $pdffile");
107 107
  if ($?) {
108 108
    $self->{"error"} = $form->cleanup();
109 109
    $self->cleanup();

Auch abrufbar als: Unified diff