diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-12-06 19:46:23 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-12-06 19:46:23 +0000 |
commit | 2980ab0cdc95f2da6161e2343089a87a384f240a (patch) | |
tree | 9def20701981b02fad9eec9578f84d89c56d7b3e /ext/mssql/php_mssql.c | |
parent | 9baa92c5966964bf9fc86fed97aa9c025e8258af (diff) | |
download | php-git-2980ab0cdc95f2da6161e2343089a87a384f240a.tar.gz |
MFB: revert
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r-- | ext/mssql/php_mssql.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 538bc24ba5..0d12dc4ed9 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -800,10 +800,6 @@ static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int off char *data = charcol(offset); length=dbdatlen(mssql_ptr->link,offset); - if (!length) { - ZVAL_EMPTY_STRING(result); - break; - } #if ilia_0 while (length>0 && data[length-1] == ' ') { /* nuke trailing whitespace */ length--; |