From 9f786b9effd94ea215f1a0b7c88dc4920d301a9a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 11 Jun 2006 20:11:52 +0000 Subject: [PATCH] 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 a80f83073d..64b59f8118 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -158,7 +158,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