summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-09-27 12:14:12 +0000
committerivan <ivan>2002-09-27 12:14:12 +0000
commitbbcf7a70f3e87872b991cef23fc15ae27a4c6bec (patch)
treec9420041190a2da828b37d571665b7833b8a2a83
parent13988e77a2e52f427783f13f3a5b0131fcb7b01b (diff)
don't chop blanks
-rw-r--r--FS/FS/UID.pm4
1 files changed, 2 insertions, 2 deletions
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