program/lib/Roundcube/rcube_db_oracle.php
@@ -171,7 +171,7 @@ $mode = $this->in_transaction ? OCI_NO_AUTO_COMMIT : OCI_COMMIT_ON_SUCCESS; if ($result) { foreach ($args as $param => $arg) { foreach (array_keys($args) as $param) { oci_bind_by_name($result, $param, $args[$param], -1, SQLT_LNG); } } @@ -587,7 +587,7 @@ $this->debug('ROLLBACK TRANSACTION'); if ($result = @oci_rollback($this->dbh)) { if (@oci_rollback($this->dbh)) { $this->in_transaction = false; } else {