diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/icap/php_icap.c | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r-- | ext/icap/php_icap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 66d0e60248..86dbc76b6c 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -272,8 +272,10 @@ PHP_FUNCTION(icap_reopen) flags = options->value.lval; icap_le_struct->flags = cl_flags; } - // icap_stream = cal_connect(calendar->value.str.val); - // cal_login(icap_stream, calendar->value.str.val); + /* + icap_stream = cal_connect(calendar->value.str.val); + cal_login(icap_stream, calendar->value.str.val); + */ if (icap_stream == NULL) { php_error(E_WARNING,"Couldn't re-open stream\n"); RETURN_FALSE; |