alecpl
2010-04-30 05a7e3d60330472dfee7896c8429bf92a8980603
- Fix typo (#1486703)


1 files modified
3 ■■■■ changed files
program/include/rcube_mdb2.php 3 ●●●● patch | view | raw | blame | history
program/include/rcube_mdb2.php
@@ -84,7 +84,7 @@
            'emulate_prepared' => $this->debug_mode,
            'debug'            => $this->debug_mode,
            'debug_handler'    => 'mdb2_debug_handler',
            'portability'      => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_null);
            'portability'      => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL);
        if ($this->db_provider == 'pgsql') {
            $db_options['disable_smart_seqname'] = true;
@@ -729,3 +729,4 @@
        write_log('sql', $debug_output);
    }
}