From: Moriyoshi Koizumi Date: Fri, 25 Apr 2003 17:39:46 +0000 (+0000) Subject: Moved copyright notice to the better place. X-Git-Tag: SPL_ALPHA~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5df53be53bd79849187d2b675311cc9854bb49;p=php Moved copyright notice to the better place. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 6306a0a5b3..8675ab0288 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -896,7 +896,6 @@ PHP_MINFO_FUNCTION(mbstring) { php_info_print_table_start(); php_info_print_table_row(2, "Multibyte Support", "enabled"); - php_info_print_table_colspan_header(2, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1."); #if defined(HAVE_MBSTR_JA) php_info_print_table_row(2, "Japanese support", "enabled"); #endif @@ -920,6 +919,10 @@ PHP_MINFO_FUNCTION(mbstring) #endif php_info_print_table_end(); + php_info_print_table_start(); + php_info_print_table_colspan_header(2, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1."); + php_info_print_table_end(); + DISPLAY_INI_ENTRIES(); } /* }}} */