iliaa           Fri Jul 28 14:27:17 2006 UTC

  Modified files:              
    /php-src/ext/hash   hash.c 
  Log:
  MFB: cleanup of the phpinfo() output.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.27&r2=1.28&diff_format=u
Index: php-src/ext/hash/hash.c
diff -u php-src/ext/hash/hash.c:1.27 php-src/ext/hash/hash.c:1.28
--- php-src/ext/hash/hash.c:1.27        Sat Jun 17 13:00:21 2006
+++ php-src/ext/hash/hash.c     Fri Jul 28 14:27:17 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: hash.c,v 1.27 2006/06/17 13:00:21 bjori Exp $ */
+/* $Id: hash.c,v 1.28 2006/07/28 14:27:17 iliaa Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -608,8 +608,8 @@
        *s = 0;
 
        php_info_print_table_start();
-       php_info_print_table_header(2, "hash support", "enabled");
-       php_info_print_table_header(2, "Hashing Engines", buffer);
+       php_info_print_table_row(2, "hash support", "enabled");
+       php_info_print_table_row(2, "Hashing Engines", buffer);
        php_info_print_table_end();
 }
 /* }}} */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to