bjori Sun Jun 11 20:11:52 2006 UTC Modified files: /php-src/ext/date php_date.c Log: Fix typo http://cvs.php.net/viewcvs.cgi/php-src/ext/date/php_date.c?r1=1.97&r2=1.98&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.97 php-src/ext/date/php_date.c:1.98 --- php-src/ext/date/php_date.c:1.97 Sat Jun 10 22:59:40 2006 +++ php-src/ext/date/php_date.c Sun Jun 11 20:11:52 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_date.c,v 1.97 2006/06/10 22:59:40 bjori Exp $ */ +/* $Id: php_date.c,v 1.98 2006/06/11 20:11:52 bjori Exp $ */ #include "php.h" #include "php_streams.h" @@ -158,7 +158,7 @@ PHP_FE(checkdate, arginfo_checkdate) #ifdef HAVE_STRFTIME - PHP_FE(strftime, arginfo_strtotime) + PHP_FE(strftime, arginfo_strftime) PHP_FE(gmstrftime, arginfo_gmstrftime) #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php