[freeside-commits] branch FREESIDE_4_BRANCH updated. 6a29166de4ccb8d3be83a407bb0b909b066592e8

Mitch Jackson mitch at freeside.biz
Tue Mar 12 15:56:02 PDT 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  6a29166de4ccb8d3be83a407bb0b909b066592e8 (commit)
      from  6ec46a33d291dca6f2800bdbc46a5bfc57bb258d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6a29166de4ccb8d3be83a407bb0b909b066592e8
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Tue Mar 12 18:42:54 2019 -0400

    RT# 82942 Fix typo

diff --git a/FS/FS/DBI.pm b/FS/FS/DBI.pm
index c6ff12561..8719a582f 100644
--- a/FS/FS/DBI.pm
+++ b/FS/FS/DBI.pm
@@ -49,7 +49,7 @@ sub connect {
   my $class = shift;
   my $dbh = $class->SUPER::connect( @_ );
 
-  if ( $_[0] =~ /^DBI::Pg/ ) {
+  if ( $_[0] =~ /^DBI:Pg/ ) {
     $dbh->do('SET client_encoding TO UTF8;')
       or die sprintf 'Error setting client_encoding to UTF8: %s', $dbh->errstr;
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/DBI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list