From: Derick Rethans Date: Mon, 28 Jan 2008 20:36:04 +0000 (+0000) Subject: - MF53: Added missing folding tags. X-Git-Tag: RELEASE_2_0_0a1~743 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba5cc7524ab01cf5b7619ef2381eff23bf6293bc;p=php - MF53: Added missing folding tags. --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index b78f33f39d..4f05bff3ae 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2159,6 +2159,7 @@ PHP_FUNCTION(date_parse_from_format) parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB); php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error); } +/* }}} */ /* {{{ proto string date_format(DateTime object, string format) Returns date formatted according to given format