From d39724c536ceda48f4efddead71276363d8cc5f3 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 16 Apr 2000 16:02:31 +0000 Subject: [PATCH] The comma is also optional. --- ext/calendar/calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index 3baccadd48c..54429c80bb8 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -238,7 +238,7 @@ PHP_FUNCTION(jdtogregorian) } /* }}} */ -/* {{{ proto mixed jddayofweek(int juliandaycount, [int mode]) +/* {{{ proto mixed jddayofweek(int juliandaycount [, int mode]) Returns name or number of day of week from julian day count */ PHP_FUNCTION(jddayofweek) {