mpm-itk hack, commented-out for now
[freeside.git] / FS / FS / UID.pm
index a6b4c4b..40d29c1 100644 (file)
@@ -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 );
 }