summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-11-06 14:31:33 +0000
committerSascha Schumann <sas@php.net>2003-11-06 14:31:33 +0000
commitdb562682313318570d285585a82e9267498de561 (patch)
tree88051bd535a21827240805392031b9451409f00c /ext/oci8/oci8.c
parent5a32c21f46112b8b798c0d3144961c33fe2ba78a (diff)
downloadphp-git-db562682313318570d285585a82e9267498de561.tar.gz
WS
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r--ext/oci8/oci8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index d28167b1ce..41d1d0b569 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -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
{