diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-10-01 12:02:48 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-10-01 12:02:48 -0700 |
| commit | 38325179924657f797e54a0fba4b1b09a86704b2 (patch) | |
| tree | 3e8ce73f91f87bf2e743375dc5f38343528e243f | |
| parent | 8971fb03cc8bf443294331dedc262d68f4d0f60e (diff) | |
doc ancient functions as deprecated
| -rw-r--r-- | FS/FS/UID.pm | 6 |
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 |
