From: ivan Date: Fri, 27 Sep 2002 12:14:12 +0000 (+0000) Subject: don't chop blanks X-Git-Tag: freeside_1_5_0pre1~211 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bbcf7a70f3e87872b991cef23fc15ae27a4c6bec;p=freeside.git don't chop blanks --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 6962b2768..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 ) { @@ -256,7 +256,7 @@ coderef into the hash %FS::UID::callback : =head1 VERSION -$Id: UID.pm,v 1.20 2002-09-20 10:16:28 ivan Exp $ +$Id: UID.pm,v 1.21 2002-09-27 12:14:12 ivan Exp $ =head1 BUGS