johannes Sun Sep 3 11:27:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard credits.c Log: - Remove version number here as already done in HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4&r2=1.36.2.4.2.1&diff_format=u Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.36.2.4 php-src/ext/standard/credits.c:1.36.2.4.2.1 --- php-src/ext/standard/credits.c:1.36.2.4 Thu Mar 23 18:36:46 2006 +++ php-src/ext/standard/credits.c Sun Sep 3 11:27:50 2006 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.36.2.4 2006/03/23 18:36:46 iliaa Exp $ */ +/* $Id: credits.c,v 1.36.2.4.2.1 2006/09/03 11:27:50 johannes Exp $ */ #include "php.h" #include "info.h" @@ -105,7 +105,7 @@ if (flag & PHP_CREDITS_QA) { php_info_print_table_start(); - php_info_print_table_header(1, "PHP 5.1 Quality Assurance Team"); + php_info_print_table_header(1, "PHP Quality Assurance Team"); php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); php_info_print_table_end(); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php