]> granicus.if.org Git - php/commitdiff
Making the shmop phpinfo entry look the same as others.
authorJames Moore <jmoore@php.net>
Sun, 10 Dec 2000 14:45:42 +0000 (14:45 +0000)
committerJames Moore <jmoore@php.net>
Sun, 10 Dec 2000 14:45:42 +0000 (14:45 +0000)
ext/shmop/shmop.c

index adb9854efdb2190f93b5ed766accb6b10bd13288..70362b477df490f0ad49ec699d7d5989d3e646fa 100644 (file)
@@ -84,7 +84,7 @@ PHP_MSHUTDOWN_FUNCTION(shmop)
 PHP_MINFO_FUNCTION(shmop)
 {
        php_info_print_table_start();
-       php_info_print_table_header(2, "shmop support", "enabled");
+       php_info_print_table_row(2, "shmop support", "enabled");
        php_info_print_table_end();
 }