Aleksander Machniak
2013-02-01 1f910cb50dcb12e84d92db4d61dcd8dbb0f0c5b6
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;
    }