Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f7399fa8

Von Sven Schöling vor etwa 9 Jahren hinzugefügt

  • ID f7399fa8ecb63d8cc0f34c7d1adf3930400edda5
  • Vorgänger 79e8732a
  • Nachfolger a6f47843

Form: parse_html_template - DEBUG handling entfernt

olles legacy zeug, weg damit

Unterschiede anzeigen:

SL/Form.pm
621 621
    ::end_of_request();
622 622
  }
623 623

  
624
  if ($self->{"DEBUG"}) {
625
    $additional_params->{"DEBUG"} = $self->{"DEBUG"};
626
  }
627

  
628
  if ($additional_params->{"DEBUG"}) {
629
    $additional_params->{"DEBUG"} =
630
      "<br><em>DEBUG INFORMATION:</em><pre>" . $additional_params->{"DEBUG"} . "</pre>";
631
  }
632

  
633 624
  if (%main::myconfig) {
634 625
    $::myconfig{jsc_dateformat} = apply {
635 626
      s/d+/\%d/gi;

Auch abrufbar als: Unified diff