1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

standardize a bit (we know its enabled :)

This commit is contained in:
Sterling Hughes
2002-06-23 22:44:29 +00:00
parent 302bfefac7
commit 8a04592352

View File

@@ -661,7 +661,6 @@ PHP_RSHUTDOWN_FUNCTION(imap)
PHP_MINFO_FUNCTION(imap)
{
php_info_print_table_start();
php_info_print_table_header(2, "IMAP Support", "enabled" );
#if HAVE_IMAP2001
php_info_print_table_row(2, "IMAP c-Client Version", "2001");
#elif HAVE_IMAP2000