From 87a491d7b64f34a9692af3edc58151e9baa2e275 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 16 Jun 2000 18:24:02 +0000 Subject: C++ // comments are evil ... --- ext/icap/php_icap.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ext/icap/php_icap.c') 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; -- cgit v1.2.1