]> granicus.if.org Git - php/commitdiff
- Let's make this a little bit more professional :)
authorDerick Rethans <derick@php.net>
Wed, 28 Aug 2002 12:10:00 +0000 (12:10 +0000)
committerDerick Rethans <derick@php.net>
Wed, 28 Aug 2002 12:10:00 +0000 (12:10 +0000)
ext/ming/ming.c

index a6e0c134bebe34cfd8e0ba33f72696d0cc16dc58..4c0f5f6ce90577d7707c1ae719150a25146a0a1a 100644 (file)
@@ -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();
 }