X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLXDebug.pm;h=a5f22df4e1d0b57998669e7b8fda0f2ef30e6e65;hb=008c2e1529744e195616ac2cbf7736f06a90816e;hp=62aacd93b55991e912170c6415d04908e29ee35c;hpb=e380ecfd97aa1282832adacc34c0d5074c4e0791;p=kivitendo-erp.git diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index 62aacd93b..a5f22df4e 100644 --- a/SL/LXDebug.pm +++ b/SL/LXDebug.pm @@ -340,11 +340,11 @@ __END__ =head1 NAME -LXDebug - Lx-Office debugging facilities +LXDebug - kivitendo debugging facilities =head1 SYNOPSIS -This module provides functions for debugging Lx-Office. An instance is +This module provides functions for debugging kivitendo. An instance is always created as the global variable C<$::lxdebug> at the earliest possible moment. @@ -475,7 +475,7 @@ enabling and disabling certain debug levels. =back -Note that these are only useful if Lx-Office is running as a FastCGI +Note that these are only useful if kivitendo is running as a FastCGI application because otherwise the changes would be lost when the process exits in a normal CGI environment.