[freeside-commits] branch FREESIDE_4_BRANCH updated. 38325179924657f797e54a0fba4b1b09a86704b2

Ivan Kohler ivan at freeside.biz
Mon Oct 1 12:02:49 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  38325179924657f797e54a0fba4b1b09a86704b2 (commit)
      from  8971fb03cc8bf443294331dedc262d68f4d0f60e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 38325179924657f797e54a0fba4b1b09a86704b2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 1 12:02:48 2018 -0700

    doc ancient functions as deprecated

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
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/UID.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list