Revision f7399fa8
Von Sven Schöling vor etwa 9 Jahren hinzugefügt
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
Form: parse_html_template - DEBUG handling entfernt
olles legacy zeug, weg damit