From: Moriyoshi Koizumi Date: Fri, 25 Oct 2002 08:31:27 +0000 (+0000) Subject: Adjusted MINFO table style X-Git-Tag: php-4.3.0pre2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b309c0515cacfee3274855b24455c335220227c8;p=php Adjusted MINFO table style --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 5a2a6109e8..4d2bf3b2ec 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -993,7 +993,7 @@ PHP_RSHUTDOWN_FUNCTION(mbstring) 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