moriyoshi               Tue Nov 12 14:44:56 2002 EDT

  Modified files:              
    /php4/ext/mbstring  mbfilter.c 
  Log:
  Forgot to change this one.
  
  
Index: php4/ext/mbstring/mbfilter.c
diff -u php4/ext/mbstring/mbfilter.c:1.50 php4/ext/mbstring/mbfilter.c:1.51
--- php4/ext/mbstring/mbfilter.c:1.50   Tue Nov 12 14:24:45 2002
+++ php4/ext/mbstring/mbfilter.c        Tue Nov 12 14:44:56 2002
@@ -80,7 +80,7 @@
  *
  */
 
-/* $Id: mbfilter.c,v 1.50 2002/11/12 19:24:45 moriyoshi Exp $ */
+/* $Id: mbfilter.c,v 1.51 2002/11/12 19:44:56 moriyoshi Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -232,6 +232,7 @@
        &mbfl_language_english,
        &mbfl_language_german,
        &mbfl_language_russian,
+       &mbfl_language_neutral,
        NULL
 };
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to