]> granicus.if.org Git - php/commitdiff
hrmm, typo fix.
authorWez Furlong <wez@php.net>
Tue, 1 Nov 2005 03:04:25 +0000 (03:04 +0000)
committerWez Furlong <wez@php.net>
Tue, 1 Nov 2005 03:04:25 +0000 (03:04 +0000)
ext/pdo_oci/oci_statement.c

index 102249e699d67e9497057b77fc07dd8680b738c0..6ef399323a1e1203128a75e37ef3bc7495d9729d 100755 (executable)
@@ -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) {