bjori           Tue May 22 15:46:27 2007 UTC

  Modified files:              
    /php-src/ext/standard       credits.c 
  Log:
  Philip, the new phpdoc editor \o/
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.45&r2=1.46&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.45 php-src/ext/standard/credits.c:1.46
--- php-src/ext/standard/credits.c:1.45 Mon Jan  1 09:29:30 2007
+++ php-src/ext/standard/credits.c      Tue May 22 15:46:27 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: credits.c,v 1.45 2007/01/01 09:29:30 sebastian Exp $ */
+/* $Id: credits.c,v 1.46 2007/05/22 15:46:27 bjori Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -108,6 +108,7 @@
                php_info_print_table_start();
                php_info_print_table_colspan_header(2, "PHP Documentation");
                CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+               CREDIT_LINE("Editor", "Philip Olson");
                CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer");
                CREDIT_LINE("Other Contributors", "Previously active authors, 
editors and other contributors are listed in the manual.");
                php_info_print_table_end();

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to