summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-01 12:02:48 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-01 12:02:48 -0700
commit38325179924657f797e54a0fba4b1b09a86704b2 (patch)
tree3e8ce73f91f87bf2e743375dc5f38343528e243f
parent8971fb03cc8bf443294331dedc262d68f4d0f60e (diff)
doc ancient functions as deprecated
-rw-r--r--FS/FS/UID.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index 693e5d952..d3ee8d810 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -220,7 +220,7 @@ sub install_callback {
=item cgi
-Returns the CGI (see L<CGI>) object.
+(Deprecated) Returns the CGI (see L<CGI>) object.
=cut
@@ -230,9 +230,9 @@ sub cgi {
$cgi;
}
-=item cgi CGI_OBJECT
+=item setcgi CGI_OBJECT
-Sets the CGI (see L<CGI>) object.
+(Deprecated) Sets the CGI (see L<CGI>) object.
=cut