From: Uwe Steinmann Date: Mon, 28 Aug 2000 13:04:40 +0000 (+0000) Subject: - fixed prototyp X-Git-Tag: php-4.0.2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32f6eeb3bd0f9b1047e939795678f2bab30dd62f;p=php - fixed prototyp --- diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 9544d8d26e..e530e92b52 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -3367,7 +3367,7 @@ PHP_FUNCTION(hw_identify) { } /* }}} */ -/* {{{ proto array hw_objrec2array(string objrec) +/* {{{ proto array hw_objrec2array(string objrec, [array format]) Returns object array of object record */ PHP_FUNCTION(hw_objrec2array) { zval **arg1, **arg2;