From: ivan Date: Wed, 4 Mar 2009 01:47:55 +0000 (+0000) Subject: mpm-itk hack, commented-out for now X-Git-Tag: root_of_webpay_support~3 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=95618a602aaf24c2385fbfe03f42657581c5d5f5 mpm-itk hack, commented-out for now --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index a6b4c4bbd..40d29c161 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -286,6 +286,7 @@ Returns true if effective UID is that of the freeside user. =cut sub checkeuid { + #$> = $freeside_uid unless $>; #huh. mpm-itk hack ( $> == $freeside_uid ); }