[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c
From:       "Joey Smith" <joey () joeysmith ! com>
Date:       2001-06-26 21:00:14
[Download RAW message or body]

joey		Tue Jun 26 23:00:14 2001 EDT

  Modified files:              
    /php4/ext/sybase_ct	php_sybase_ct.c 
  Log:
  Make info look more like mysql's output.
  
  
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.46 php4/ext/sybase_ct/php_sybase_ct.c:1.47
--- php4/ext/sybase_ct/php_sybase_ct.c:1.46	Tue Jun 26 22:56:03 2001
+++ php4/ext/sybase_ct/php_sybase_ct.c	Tue Jun 26 23:00:13 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_sybase_ct.c,v 1.46 2001/06/26 20:56:03 joey Exp $ */
+/* $Id: php_sybase_ct.c,v 1.47 2001/06/26 21:00:13 joey Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -1667,7 +1667,7 @@
 	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));



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: php-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic