From: Wez Furlong Date: Tue, 1 Nov 2005 03:04:25 +0000 (+0000) Subject: hrmm, typo fix. X-Git-Tag: RELEASE_1_0RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b9ee146763cd0444c8159037d7b5b754318d8e;p=php hrmm, typo fix. --- diff --git a/ext/pdo_oci/oci_statement.c b/ext/pdo_oci/oci_statement.c index 102249e699..6ef399323a 100755 --- a/ext/pdo_oci/oci_statement.c +++ b/ext/pdo_oci/oci_statement.c @@ -138,7 +138,7 @@ static int oci_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ } STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, - (S->stmt_type == OCI_STMT_SELECT || S->have_blobs) : 1, 0, NULL, NULL, + (S->stmt_type == OCI_STMT_SELECT || S->have_blobs) ? 1 : 0, 0, NULL, NULL, mode)); if (!stmt->executed) {