diff options
author | Philip Olson <philip@php.net> | 2011-06-05 06:57:13 +0000 |
---|---|---|
committer | Philip Olson <philip@php.net> | 2011-06-05 06:57:13 +0000 |
commit | ad14faa7dd88ff6d735a14247676e54c8f76ffff (patch) | |
tree | 36a4f3a9cff249c7d714434e248794d4fe09e66b | |
parent | a2124382ac000e5a598998d97706149d96609c4d (diff) | |
download | php-git-ad14faa7dd88ff6d735a14247676e54c8f76ffff.tar.gz |
Updated the note maintainers credits
-rw-r--r-- | ext/standard/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index af5fe416c5..0aa7a31b6e 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -96,7 +96,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ php_info_print_table_colspan_header(2, "PHP Documentation"); CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana"); CREDIT_LINE("Editor", "Philip Olson"); - CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz, Daniel P. Brown"); + CREDIT_LINE("User Note Maintainers", "Daniel P. Brown, Thiago Henrique Pojda"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end(); } |