Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d232a246

Von Moritz Bunkus vor etwa 13 Jahren hinzugefügt

Bessere Fehlermeldung ausgeben, wenn eine Anwendung wie pdflatex nicht gefunden wird

Unterschiede anzeigen:

SL/Template/HTML.pm
72 72

  
73 73
  system($::lx_office_conf{applications}->{html2ps} . " -f html2ps-config < $form->{tmpfile} > $psfile");
74 74
  if ($?) {
75
    $self->{"error"} = $form->cleanup();
76
    $self->cleanup();
75
    $self->{"error"} = $form->cleanup($::lx_office_conf{applications}->{html2ps});
77 76
    return 0;
78 77
  }
79 78

  
......
105 104

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

  

Auch abrufbar als: Unified diff