- Let's make this a little bit more professional :)

This commit is contained in:
Derick Rethans 2002-08-28 12:10:00 +00:00
parent a9d819818b
commit a235002eeb

View file

@ -2697,7 +2697,7 @@ ZEND_GET_MODULE(ming)
PHP_MINFO_FUNCTION(ming) PHP_MINFO_FUNCTION(ming)
{ {
php_info_print_table_start(); 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_row(2, "Version", MING_VERSION_TEXT);
php_info_print_table_end(); php_info_print_table_end();
} }