X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=inline;f=FS%2FFS%2FUID.pm;h=1902eef4b57e9283d5ce61d19fd21594ebbd9847;hb=018f6678557506e68cc6b8643862143cc332f7da;hp=5cb5572afda56bf5dd6b4a0b9674ea63380833ef;hpb=d220c8a4bfa1aee8f17ed71c2dba655160dd3595;p=freeside.git diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 5cb5572af..1902eef4b 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -79,8 +79,8 @@ sub adminsuidsetup { croak "Not running uid freeside!" unless checkeuid(); getsecrets; $dbh = DBI->connect($datasrc,$db_user,$db_pass, { - 'AutoCommit' => 'false', - 'ChopBlanks' => 'true', + 'AutoCommit' => 0, + 'ChopBlanks' => 1, } ) or die "DBI->connect error: $DBI::errstr\n"; swapuid(); #go to non-privledged user if running setuid freeside @@ -259,7 +259,7 @@ coderef into the hash %FS::UID::callback : =head1 VERSION -$Id: UID.pm,v 1.4 2001-02-03 14:03:49 ivan Exp $ +$Id: UID.pm,v 1.5 2001-02-21 01:45:07 ivan Exp $ =head1 BUGS