diff options
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r-- | ext/mcal/php_mcal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 4984416696..7329f10221 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -1096,8 +1096,8 @@ PHP_FUNCTION(mcal_event_set_class) } /* }}} */ -/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute,string value) - Add an attribute and value to an event */ +/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute, string value) + Add an attribute and value to an event */ PHP_FUNCTION(mcal_event_add_attribute) { pval *streamind,*attribute,*val; |