moriyoshi Sun Nov 10 16:31:27 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Fixed German language spec entry. Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.48 php4/ext/mbstring/mbfilter.c:1.49 --- php4/ext/mbstring/mbfilter.c:1.48 Sat Nov 9 12:05:47 2002 +++ php4/ext/mbstring/mbfilter.c Sun Nov 10 16:31:26 2002 @@ -80,7 +80,7 @@ * */ -/* $Id: mbfilter.c,v 1.48 2002/11/09 17:05:47 moriyoshi Exp $ */ +/* $Id: mbfilter.c,v 1.49 2002/11/10 21:31:26 moriyoshi Exp $ */ #ifdef HAVE_CONFIG_H @@ -174,7 +174,7 @@ static const char *mbfl_language_german_aliases[] = {"Deutsch", NULL}; static const mbfl_language mbfl_language_german = { - mbfl_no_language_english, + mbfl_no_language_german, "German", "de", (const char *(*)[])&mbfl_language_german_aliases,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php