From c3f80d6e376b93a1fed073665abefeccfc28123d Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Thu, 11 Mar 2010 20:05:07 +0000 Subject: [PATCH] revert patch until an agreement is reached on | vs. + git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296087 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-fetch-assoc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/oci8/functions/oci-fetch-assoc.xml b/reference/oci8/functions/oci-fetch-assoc.xml index 8ca3ab5343..a54b78afe2 100644 --- a/reference/oci8/functions/oci-fetch-assoc.xml +++ b/reference/oci8/functions/oci-fetch-assoc.xml @@ -21,8 +21,8 @@ Calling oci_fetch_assoc is identical to calling oci_fetch_array - with (OCI_ASSOC - | OCI_RETURN_NULLS). + with OCI_ASSOC + + OCI_RETURN_NULLS.