Revision eb3549d7
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Menu.pm | ||
---|---|---|
59 | 59 |
} |
60 | 60 |
|
61 | 61 |
sub menuitem_new { |
62 |
$main::lxdebug->enter_sub(); |
|
62 |
$main::lxdebug->enter_sub(LXDebug::DEBUG2());
|
|
63 | 63 |
|
64 | 64 |
my ($self, $name, $item) = @_; |
65 | 65 |
|
... | ... | |
84 | 84 |
$item->{href} .= "&" . $form->escape($key) . "=" . $form->escape($value); |
85 | 85 |
} |
86 | 86 |
|
87 |
$main::lxdebug->leave_sub(); |
|
87 |
$main::lxdebug->leave_sub(LXDebug::DEBUG2());
|
|
88 | 88 |
} |
89 | 89 |
|
90 | 90 |
sub access_control { |
Auch abrufbar als: Unified diff
Menu::menuitem_new: nur bei Trace-Level DEBUG2 ausgeben