From: Jon Parise Date: Mon, 31 Dec 2001 19:46:30 +0000 (+0000) Subject: Match the table style of the other single-row info entries. X-Git-Tag: PRE_ISSET_PATCH~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2d83ca4a4fec7e9e6f52ef550a2ff121580b4e6;p=php Match the table style of the other single-row info entries. --- diff --git a/ext/overload/overload.c b/ext/overload/overload.c index 45cc34865d..090262b210 100644 --- a/ext/overload/overload.c +++ b/ext/overload/overload.c @@ -146,7 +146,7 @@ PHP_RSHUTDOWN_FUNCTION(overload) PHP_MINFO_FUNCTION(overload) { php_info_print_table_start(); - php_info_print_table_header(2, "User-space object overloading support", "enabled"); + php_info_print_table_row(2, "User-space object overloading support", "enabled"); php_info_print_table_end(); /* Remove comments if you have entries in php.ini