Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b54e817d

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID b54e817db78d0f178ea1a339a5fdd1e4281db421
  • Vorgänger 20bb6bcb
  • Nachfolger 5495fc6c

Wenn ein Hash namens %main::debug_options existiert, dann werden all seine Variablen 'key' in HTML-Vorlagen als DEBUG_KEY zur Verfügung gestellt. Wird bisher nur bei Mahnungsvorlagen benutzt. Und ist nur für Entwickler gedacht.

Unterschiede anzeigen:

SL/Form.pm
532 532
  $additional_params->{"conf_latex_templates"}        = $main::latex;
533 533
  $additional_params->{"conf_opendocument_templates"} = $main::opendocument_templates;
534 534

  
535
  if (%main::debug_options) {
536
    map { $additional_params->{'DEBUG_' . uc($_)} = $main::debug_options{$_} } keys %main::debug_options;
537
  }
538

  
535 539
  $main::lxdebug->leave_sub();
536 540

  
537 541
  return $file;

Auch abrufbar als: Unified diff