diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-01-11 23:50:59 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-01-11 23:50:59 +0000 |
commit | 0ec6f5f3e978f6ea655d2282a3eb03fa1ffd888d (patch) | |
tree | 787a7cc678196966e81a94c0ffcd1571f1aa26f7 /ext/sybase_ct/php_sybase_ct.c | |
parent | debdc829dff396b0b7991b428d0814d4df5f7b3d (diff) | |
download | php-git-0ec6f5f3e978f6ea655d2282a3eb03fa1ffd888d.tar.gz |
MFH
Diffstat (limited to 'ext/sybase_ct/php_sybase_ct.c')
-rw-r--r-- | ext/sybase_ct/php_sybase_ct.c | 2 |
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; } } |