X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2FUID.html;h=3c28eebfd22278b13d0687fa9b55c55aed3ae639;hp=9f49477656995506d34a171003e7b9d62f332381;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 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