From: ivan Date: Fri, 26 Sep 2003 09:15:33 +0000 (+0000) Subject: re-enable ChopBlanks for now X-Git-Tag: NET_WHOIS_RAW_0_31~375 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6621bcd8966b784ff930c51548432a15e8094e94 re-enable ChopBlanks for now --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index f67005151..8271f89f2 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 ) {