iliaa Fri May 30 09:20:01 2003 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Fixed bug #23897 (Fixed a check for mbfilter_ru.h) [EMAIL PROTECTED] Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.55 php4/ext/mbstring/mbfilter.c:1.56 --- php4/ext/mbstring/mbfilter.c:1.55 Fri Apr 4 04:06:23 2003 +++ php4/ext/mbstring/mbfilter.c Fri May 30 09:20:01 2003 @@ -80,7 +80,7 @@ * */ -/* $Id: mbfilter.c,v 1.55 2003/04/04 09:06:23 moriyoshi Exp $ */ +/* $Id: mbfilter.c,v 1.56 2003/05/30 13:20:01 iliaa Exp $ */ #ifdef HAVE_CONFIG_H @@ -107,7 +107,7 @@ #if defined(HAVE_MBSTR_KR) #include "mbfilter_kr.h" #endif -#if defined(HAVE_MBSTR_KR) +#if defined(HAVE_MBSTR_RU) #include "mbfilter_ru.h" #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php