derick Mon Jan 20 07:34:14 2003 EDT Modified files: /php4/ext/standard credits.c Log: - Add credits for Magnus Index: php4/ext/standard/credits.c diff -u php4/ext/standard/credits.c:1.25 php4/ext/standard/credits.c:1.26 --- php4/ext/standard/credits.c:1.25 Sat Jan 18 17:33:56 2003 +++ php4/ext/standard/credits.c Mon Jan 20 07:34:07 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.25 2003/01/18 22:33:56 derick Exp $ */ +/* $Id: credits.c,v 1.26 2003/01/20 12:34:07 derick Exp $ */ #include "php.h" #include "info.h" @@ -96,7 +96,7 @@ if (flag & PHP_CREDITS_QA) { php_info_print_table_start(); php_info_print_table_header(1, "PHP 5.0 Quality Assurance Team"); - php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); + php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, 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