diff options
author | foobar <sniper@php.net> | 2001-06-12 05:28:41 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-06-12 05:28:41 +0000 |
commit | 3186994df105eafbf292d15187703b654431263b (patch) | |
tree | 2cee3aca1bce42186dd44e66952081d575fe60ad /ext/sybase/php_sybase_db.c | |
parent | 9ddd6300ded1164fd188b67baaeb37dfc3c19748 (diff) | |
download | php-git-3186994df105eafbf292d15187703b654431263b.tar.gz |
Fix bug: #11397
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r-- | ext/sybase/php_sybase_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index 9d81981f51..b0d496fe82 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -707,6 +707,7 @@ PHP_FUNCTION(sybase_query) int blocks_initialized=1; int i,j; int *column_types; + PLS_FETCH(); switch(ZEND_NUM_ARGS()) { case 1: |