don't explicitly specify unclassified config section
[freeside.git] / FS / FS / UID.pm
index 8934d49..ebf9b96 100644 (file)
@@ -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