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

(-)a/Koha/Database.pm (-1 / +1 lines)
Lines 96-101 sub _new_schema { Link Here
96
            PrintError => 1,
96
            PrintError => 1,
97
            unsafe => 1,
97
            unsafe => 1,
98
            quote_names => 1,
98
            quote_names => 1,
99
            auto_savepoint => 1,
99
            on_connect_do => [
100
            on_connect_do => [
100
                $encoding_query || (),
101
                $encoding_query || (),
101
                $tz_query || (),
102
                $tz_query || (),
102
- 

Return to bug 21684