From: Ivan Kohler Date: Mon, 1 Oct 2018 19:02:56 +0000 (-0700) Subject: doc ancient functions as deprecated X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1ab515df162a76347d8146cae4ff34656cc4bcd3 doc ancient functions as deprecated --- 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) object. +(Deprecated) Returns the CGI (see L) object. =cut @@ -220,9 +220,9 @@ sub cgi { $cgi; } -=item cgi CGI_OBJECT +=item setcgi CGI_OBJECT -Sets the CGI (see L) object. +(Deprecated) Sets the CGI (see L) object. =cut