X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=19f2b5cf59342f490a9085148d136b3720980153;hb=008c2e1529744e195616ac2cbf7736f06a90816e;hp=45f37599c9f238c8e38647f48c2b6e0b72b58c0d;hpb=96a5b393976dd5c772d8610001be81eb6dda4259;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>.