]> granicus.if.org Git - php/commitdiff
Match the table style of the other single-row info entries.
authorJon Parise <jon@php.net>
Mon, 31 Dec 2001 19:46:30 +0000 (19:46 +0000)
committerJon Parise <jon@php.net>
Mon, 31 Dec 2001 19:46:30 +0000 (19:46 +0000)
ext/overload/overload.c

index 45cc34865d9ffebab45e633adb677ba398688dbd..090262b2109117c76f85043f9ba7dfa19ce14d7b 100644 (file)
@@ -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