projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c71e8
)
Form->header: $extra_code als deprecated kommentiert.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 2 Nov 2009 09:33:11 +0000
(10:33 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 2 Nov 2009 09:33:11 +0000
(10:33 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
17273ec
..
1668252
100644
(file)
--- 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}) {