From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 16:33:16 +0000 Subject: - web interface for hourly account charges! (FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments --- httemplate/docs/man/FS/UID.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'httemplate/docs/man/FS/UID.html') diff --git a/httemplate/docs/man/FS/UID.html b/httemplate/docs/man/FS/UID.html index 9f4947765..3c28eebfd 100644 --- a/httemplate/docs/man/FS/UID.html +++ b/httemplate/docs/man/FS/UID.html @@ -31,7 +31,7 @@

SYNOPSIS

   use FS::UID qw(adminsuidsetup cgisuidsetup dbh datasrc getotaker
-  checkeuid checkruid swapuid);
+ checkeuid checkruid);
   adminsuidsetup $user;
@@ -100,10 +100,6 @@ Returns true if effective UID is that of the freeside user.
 
Returns true if the real UID is that of the freeside user.

-
swapuid
-
-Swaps real and effective UIDs. -

getsecrets [ USER ]
Sets the user to USER, if supplied. @@ -122,7 +118,7 @@ coderef into the hash %FS::UID::callback :


VERSION

-

$Id: UID.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

+

$Id: UID.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


BUGS

-- cgit v1.2.1