From dd2c03ca48f154ca7cf6a9f6f40c152de71f3c09 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 11 Jun 2006 20:12:17 +0000 Subject: [PATCH] MFH: fix typo --- ext/date/php_date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index d342ef3120..92249d266e 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -157,7 +157,7 @@ zend_function_entry date_functions[] = { PHP_FE(checkdate, arginfo_checkdate) #ifdef HAVE_STRFTIME - PHP_FE(strftime, arginfo_strtotime) + PHP_FE(strftime, arginfo_strftime) PHP_FE(gmstrftime, arginfo_gmstrftime) #endif -- 2.50.1