]> granicus.if.org Git - php/commitdiff
Make info look more like mysql's output.
authorJoey Smith <joey@php.net>
Tue, 26 Jun 2001 21:00:13 +0000 (21:00 +0000)
committerJoey Smith <joey@php.net>
Tue, 26 Jun 2001 21:00:13 +0000 (21:00 +0000)
ext/sybase_ct/php_sybase_ct.c

index 93c941bf193e434cee8e3f854b805063d9bbd1a2..d083a24502cf8837d9964e52e30cd6fc3d97a233 100644 (file)
@@ -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));