]> granicus.if.org Git - php/commitdiff
MFH: fix typo
authorHannes Magnusson <bjori@php.net>
Sun, 11 Jun 2006 20:12:17 +0000 (20:12 +0000)
committerHannes Magnusson <bjori@php.net>
Sun, 11 Jun 2006 20:12:17 +0000 (20:12 +0000)
ext/date/php_date.c

index d342ef3120b6af08221d9e0c06b94fd656b3e4fa..92249d266e0fd350e5ce6c4fa40a85ece15e0f15 100644 (file)
@@ -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