moriyoshi               Fri Oct 25 04:31:28 2002 EDT

  Modified files:              
    /php4/ext/mbstring  mbstring.c 
  Log:
  Adjusted MINFO table style
  
  
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.121 php4/ext/mbstring/mbstring.c:1.122
--- php4/ext/mbstring/mbstring.c:1.121  Thu Oct 24 15:09:04 2002
+++ php4/ext/mbstring/mbstring.c        Fri Oct 25 04:31:27 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.121 2002/10/24 19:09:04 helly Exp $ */
+/* $Id: mbstring.c,v 1.122 2002/10/25 08:31:27 moriyoshi Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -993,7 +993,7 @@
 PHP_MINFO_FUNCTION(mbstring)
 {
        php_info_print_table_start();
-       php_info_print_table_header(2, "Multibyte Support", "enabled");
+       php_info_print_table_row(2, "Multibyte Support", "enabled");
 #if defined(HAVE_MBSTR_JA)
        php_info_print_table_row(2, "Japanese support", "enabled");     
 #endif



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

Reply via email to