summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2001-06-26 21:00:13 +0000
committerJoey Smith <joey@php.net>2001-06-26 21:00:13 +0000
commiteaaf36b65e9090b4e8bf8d2e9ae5bcc87fff7aff (patch)
treef1c4b0f9ba099d46c681fa10845ba4f33fee8cdf
parentd4881848a3e3da1b494cab3d968554014289def2 (diff)
downloadphp-git-eaaf36b65e9090b4e8bf8d2e9ae5bcc87fff7aff.tar.gz
Make info look more like mysql's output.
-rw-r--r--ext/sybase_ct/php_sybase_ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c
index 93c941bf19..d083a24502 100644
--- a/ext/sybase_ct/php_sybase_ct.c
+++ b/ext/sybase_ct/php_sybase_ct.c
@@ -1667,7 +1667,7 @@ PHP_MINFO_FUNCTION(sybase)
SybCtLS_FETCH();
php_info_print_table_start();
- php_info_print_table_row(2, "Sybase_CT Support", "enabled" );
+ php_info_print_table_header(2, "Sybase_CT Support", "enabled" );
sprintf(buf, "%ld", SybCtG(num_persistent));
php_info_print_table_row(2, "Active Persistent Links", buf);
sprintf(buf, "%ld", SybCtG(num_links));