summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/php_sybase_ct.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-01-11 23:50:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-01-11 23:50:59 +0000
commit0ec6f5f3e978f6ea655d2282a3eb03fa1ffd888d (patch)
tree787a7cc678196966e81a94c0ffcd1571f1aa26f7 /ext/sybase_ct/php_sybase_ct.c
parentdebdc829dff396b0b7991b428d0814d4df5f7b3d (diff)
downloadphp-git-0ec6f5f3e978f6ea655d2282a3eb03fa1ffd888d.tar.gz
MFH
Diffstat (limited to 'ext/sybase_ct/php_sybase_ct.c')
-rw-r--r--ext/sybase_ct/php_sybase_ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c
index a2b91a761d..bbb6c1a313 100644
--- a/ext/sybase_ct/php_sybase_ct.c
+++ b/ext/sybase_ct/php_sybase_ct.c
@@ -1059,7 +1059,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows)
convert_to_long(&result->data[i][j]);
break;
case 2:
- convert_to_double(&result->data[i][j]); result->numerics[j]= 1;
+ convert_to_double(&result->data[i][j]);
break;
}
}