From 517bd3018c5f4347b2df2b191f6decabd19d78f4 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 9 Sep 2001 23:37:55 +0000 Subject: [PATCH] Do some justice to the doc team --- ext/standard/credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 5eed036363..7ba3c801ee 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -89,7 +89,7 @@ PHPAPI void php_print_credits(int flag) if (flag & PHP_CREDITS_DOCS) { php_info_print_table_start(); php_info_print_table_header(1, "PHP Documentation Team"); - php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig Bakken, Rasmus Lerdorf, Egon Schmid, Zeev Suraski, Lars Torben Wilson, Jim Winstead"); + php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig Bakken, Rasmus Lerdorf, Egon Schmid, Lars Torben Wilson, Jim Winstead"); php_info_print_table_row(1, "Edited by: Stig Bakken and Egon Schmid"); php_info_print_table_end(); } -- 2.50.1