bjori           Sun Jun 11 20:12:17 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/date   php_date.c 
  Log:
  MFH: fix typo
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.7&r2=1.43.2.45.2.8&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.43.2.45.2.7 
php-src/ext/date/php_date.c:1.43.2.45.2.8
--- php-src/ext/date/php_date.c:1.43.2.45.2.7   Sun Jun 11 01:42:16 2006
+++ php-src/ext/date/php_date.c Sun Jun 11 20:12:17 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_date.c,v 1.43.2.45.2.7 2006/06/11 01:42:16 bjori Exp $ */
+/* $Id: php_date.c,v 1.43.2.45.2.8 2006/06/11 20:12:17 bjori Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -157,7 +157,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

Reply via email to