From: Derick Rethans Date: Wed, 28 Aug 2002 12:10:00 +0000 (+0000) Subject: - Let's make this a little bit more professional :) X-Git-Tag: RELEASE_0_91~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a235002eebe413a89cc1992a7f9f5ab51532eefe;p=php - Let's make this a little bit more professional :) --- diff --git a/ext/ming/ming.c b/ext/ming/ming.c index a6e0c134be..4c0f5f6ce9 100644 --- a/ext/ming/ming.c +++ b/ext/ming/ming.c @@ -2697,7 +2697,7 @@ ZEND_GET_MODULE(ming) PHP_MINFO_FUNCTION(ming) { php_info_print_table_start(); - php_info_print_table_row(2, "Ming SWF output library", "the funk in your trunk"); + php_info_print_table_row(2, "Ming SWF output library", "enabled"); php_info_print_table_row(2, "Version", MING_VERSION_TEXT); php_info_print_table_end(); }