diff options
| author | Jon Parise <jon@php.net> | 2001-12-31 19:46:30 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2001-12-31 19:46:30 +0000 |
| commit | a2d83ca4a4fec7e9e6f52ef550a2ff121580b4e6 (patch) | |
| tree | 7255ee7d31dedfe04f692a3152077109a710831b /ext/overload/overload.c | |
| parent | 543077d9153900fc13b00829bba7e345459175f0 (diff) | |
| download | php-git-a2d83ca4a4fec7e9e6f52ef550a2ff121580b4e6.tar.gz | |
Match the table style of the other single-row info entries.
Diffstat (limited to 'ext/overload/overload.c')
| -rw-r--r-- | ext/overload/overload.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
