Skip to content

Commit

Permalink
jouni was added as an author of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Jan 23, 2001
1 parent b56006b commit 36ef109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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, "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, Zeev Suraski, Lars Torben Wilson, Jim Winstead");
php_info_print_table_row(1, "Edited by: Stig Bakken and Egon Schmid");
php_info_print_table_end();
}
Expand Down

0 comments on commit 36ef109

Please sign in to comment.