X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=19f2b5cf59342f490a9085148d136b3720980153;hb=41b9f5c7c8067d67326c83e2d26df0898bc279ca;hp=45f37599c9f238c8e38647f48c2b6e0b72b58c0d;hpb=aea2a0938cc8cc8755645ae9ba58934502d7bd8b;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 45f37599c..19f2b5cf5 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -3609,7 +3609,7 @@ SL::Form.pm - main data object. =head1 SYNOPSIS -This is the main data object of Lx-Office. +This is the main data object of kivitendo. Unfortunately it also acts as a god object for certain data retrieval procedures used in the entry points. Points of interest for a beginner are: @@ -3634,7 +3634,7 @@ will in this case not increase the value, and return undef. Generates a HTTP redirection header for the new C<$url>. Constructs an absolute URL including scheme, host name and port. If C<$url> is a -relative URL then it is considered relative to Lx-Office base URL. +relative URL then it is considered relative to kivitendo base URL. This function Cs if headers have already been created with C<$::form-Eheader>.