summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-01 12:02:56 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-01 12:02:56 -0700
commit1ab515df162a76347d8146cae4ff34656cc4bcd3 (patch)
tree4d44e29ee3e327877fbd7514e6f4ecde8c7af6ad /FS
parent6635b3ee826a8dcd8755c4a1277f3ae268889f1e (diff)
doc ancient functions as deprecated
Diffstat (limited to 'FS')
-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 50a917895..ebda99e7b 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -210,7 +210,7 @@ sub install_callback {
=item cgi
-Returns the CGI (see L<CGI>) object.
+(Deprecated) Returns the CGI (see L<CGI>) object.
=cut
@@ -220,9 +220,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