From 260f51feb81fce05d1e37806571a7cc2425f426d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 2 Nov 2009 10:33:11 +0100 Subject: [PATCH] Form->header: $extra_code als deprecated kommentiert. --- SL/Form.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/Form.pm b/SL/Form.pm index 17273ec50..1668252fb 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -630,6 +630,8 @@ sub create_http_response { sub header { $main::lxdebug->enter_sub(); + # extra code ist currently only used by menuv3 and menuv4 to set their css. + # it is strongly deprecated, and will be changed in a future version. my ($self, $extra_code) = @_; if ($self->{header}) { -- 2.20.1