Aleksander Machniak
2013-02-19 9e46fb535ddce461a11f57d4ce75a43c3ad651e8
program/lib/Roundcube/rcube_db_mysql.php
@@ -126,6 +126,9 @@
        // Always return matching (not affected only) rows count
        $result[PDO::MYSQL_ATTR_FOUND_ROWS] = true;
        // Enable AUTOCOMMIT mode (#1488902)
        $dsn_options[PDO::ATTR_AUTOCOMMIT] = true;
        return $result;
    }