diff options
Diffstat (limited to 'ext/dav/dav.c')
-rw-r--r-- | ext/dav/dav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dav/dav.c b/ext/dav/dav.c index e11a8e0875..5d9cb5d6bd 100644 --- a/ext/dav/dav.c +++ b/ext/dav/dav.c @@ -241,7 +241,7 @@ int phpdav_mkcol_create_handler(request_rec *r) /************************* EXTENSION FUNCTIONS *************************/ -/* {{{ proto void dav_set_mkcol_handlers(string test, string create) +/* {{{ proto void dav_set_mkcol_handlers(string test, string create) Sets the function to test whether a DAV collection exists for MKCOL */ PHP_FUNCTION(dav_set_mkcol_handlers) { |