diff options
Diffstat (limited to 'FS')
-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 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 |