summaryrefslogtreecommitdiff
path: root/FS/FS/UID.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-08-29 06:02:52 +0000
committerivan <ivan>2002-08-29 06:02:52 +0000
commit63e5dad29d03b3cfabc3c71a11c24eea593860ac (patch)
tree869486cbd751cc3a95adfd7cfba2ed3b24f04d3e /FS/FS/UID.pm
parentdf3365357d0b1cae7fd3159585db186f28953ce5 (diff)
stupid kludge until schema otakers are not 8 chars
Diffstat (limited to 'FS/FS/UID.pm')
-rw-r--r--FS/FS/UID.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index 0b10612..8934d49 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -171,7 +171,9 @@ Returns the current Freeside user.
=cut
sub getotaker {
- $user;
+ #$user;
+ #stupid kludge until schema otaker fields are not 8 chars
+ substr($user,0,8);
}
=item cgisetotaker
@@ -256,7 +258,7 @@ coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.18 2002-07-03 11:23:25 ivan Exp $
+$Id: UID.pm,v 1.19 2002-08-29 06:02:52 ivan Exp $
=head1 BUGS