]> granicus.if.org Git - php/commitdiff
WS
authorSascha Schumann <sas@php.net>
Thu, 6 Nov 2003 14:31:33 +0000 (14:31 +0000)
committerSascha Schumann <sas@php.net>
Thu, 6 Nov 2003 14:31:33 +0000 (14:31 +0000)
ext/oci8/oci8.c

index d28167b1ce00ab7578f21c75fb6fd57b80ac2e2c..41d1d0b569c32cfec07c941379bb46b1f508c9f6 100644 (file)
@@ -2188,12 +2188,12 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa
                CALL_OCI(OCINlsEnvironmentVariableGet(&charsetid, 
                                2, 
                                OCI_NLS_CHARSET_ID, 
-                0,
+                               0,
                                &rsize));
 
                smart_str_append_long_ex(&hashed_details, charsetid, 1);
 
-        charsetid = 0;
+               charsetid = 0;
        }
 #else
        {