diff options
author | James Moore <jmoore@php.net> | 2000-12-10 14:45:42 +0000 |
---|---|---|
committer | James Moore <jmoore@php.net> | 2000-12-10 14:45:42 +0000 |
commit | 920695542546d67a338e330fa7c572310d41a78a (patch) | |
tree | d614baca7be1e55173797ff3ed3ebe1c0563b63b /ext/shmop/shmop.c | |
parent | e0e42d336a6d163602531236434d28f67fe32455 (diff) | |
download | php-git-920695542546d67a338e330fa7c572310d41a78a.tar.gz |
Making the shmop phpinfo entry look the same as others.
Diffstat (limited to 'ext/shmop/shmop.c')
-rw-r--r-- | ext/shmop/shmop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index adb9854efd..70362b477d 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -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(); } |