View | Details | Raw Unified | Return to bug 14374
Collapse All | Expand All

(-)a/C4/Context.pm (-5 lines)
Lines 776-785 sub _new_dbh Link Here
776
        $dbh->{RaiseError} = 0;
776
        $dbh->{RaiseError} = 0;
777
    }
777
    }
778
778
779
    if ( $db_driver eq 'mysql' ) {
780
        $dbh->{mysql_auto_reconnect} = 1;
781
    }
782
783
	my $tz = $ENV{TZ};
779
	my $tz = $ENV{TZ};
784
    if ( $db_driver eq 'mysql' ) { 
780
    if ( $db_driver eq 'mysql' ) { 
785
        # Koha 3.0 is utf-8, so force utf8 communication between mySQL and koha, whatever the mysql default config.
781
        # Koha 3.0 is utf-8, so force utf8 communication between mySQL and koha, whatever the mysql default config.
786
- 

Return to bug 14374