summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-04-17 18:57:40 +0000
committerEgon Schmid <eschmid@php.net>2000-04-17 18:57:40 +0000
commit830715a6d72709a01b63f9cee5772dbe4517922c (patch)
tree1d4a9ea6184a4a6cde8ab95e8b5912f1167a33ef
parent4f15966d1b8dff81caf85525e92b0e0f809505a3 (diff)
downloadphp-git-830715a6d72709a01b63f9cee5772dbe4517922c.tar.gz
Have forgotten myself.
-rw-r--r--ext/standard/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 24318c8d51..902936cf5f 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -407,7 +407,7 @@ void php_print_credits(int flag)
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, "Edited by: Stig Bakken");
+ php_info_print_table_row(1, "Edited by: Stig Bakken and Egon Schmid");
php_info_print_table_end();
}