X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=inline;f=FS%2FFS%2FUID.pm;h=ebf9b96e5271bca13cee2b6b234085e8512c5a73;hb=548a47b0ec1040320e56f17cfac71f716785cb95;hp=8934d49fc2d66f16a82ac760c57f8aee1a7ec924;hpb=63e5dad29d03b3cfabc3c71a11c24eea593860ac;p=freeside.git diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 8934d49fc..ebf9b96e5 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -87,7 +87,7 @@ sub forksuidsetup { getsecrets; $dbh = DBI->connect($datasrc,$db_user,$db_pass, { 'AutoCommit' => 0, - 'ChopBlanks' => 1, + #'ChopBlanks' => 1, } ) or die "DBI->connect error: $DBI::errstr\n"; foreach ( keys %callback ) { @@ -171,9 +171,7 @@ Returns the current Freeside user. =cut sub getotaker { - #$user; - #stupid kludge until schema otaker fields are not 8 chars - substr($user,0,8); + $user; } =item cgisetotaker @@ -258,7 +256,7 @@ coderef into the hash %FS::UID::callback : =head1 VERSION -$Id: UID.pm,v 1.19 2002-08-29 06:02:52 ivan Exp $ +$Id: UID.pm,v 1.21 2002-09-27 12:14:12 ivan Exp $ =head1 BUGS