diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-05 15:44:20 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-05 15:44:20 +0000 |
| commit | c12aa454ffa6a8bf0d0ed8a3402ff49fc322406f (patch) | |
| tree | cf34df56055d5dc5145270215feb57636514a82d /ext/sybase_ct | |
| parent | f207b3623e61da6a25e671fbcef70de49133b714 (diff) | |
| download | php-git-c12aa454ffa6a8bf0d0ed8a3402ff49fc322406f.tar.gz | |
Compile fixes
Diffstat (limited to 'ext/sybase_ct')
| -rw-r--r-- | ext/sybase_ct/php_sybase_ct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c index fa2d8a5365..5a37adc79d 100644 --- a/ext/sybase_ct/php_sybase_ct.c +++ b/ext/sybase_ct/php_sybase_ct.c @@ -392,7 +392,6 @@ static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent) char *hashed_details; int hashed_details_length; sybase_link *sybase_ptr; - ELS_FETCH(); switch(ARG_COUNT(ht)) { case 0: /* defaults */ |
