jani            Mon Nov  5 12:27:42 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard       credits.c 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.4&r2=1.36.2.4.2.4.2.1&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.36.2.4.2.4 
php-src/ext/standard/credits.c:1.36.2.4.2.4.2.1
--- php-src/ext/standard/credits.c:1.36.2.4.2.4 Tue May 22 15:44:11 2007
+++ php-src/ext/standard/credits.c      Mon Nov  5 12:27:42 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: credits.c,v 1.36.2.4.2.4 2007/05/22 15:44:11 bjori Exp $ */
+/* $Id: credits.c,v 1.36.2.4.2.4.2.1 2007/11/05 12:27:42 jani Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -25,9 +25,7 @@
 
 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, 
authors)
 
-/* {{{ php_print_credits
- */
-PHPAPI void php_print_credits(int flag TSRMLS_DC)
+PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
 {
        if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
                php_print_info_htmlhead(TSRMLS_C);
@@ -61,7 +59,7 @@
 
                /* PHP Language */
                php_info_print_table_start();
-               php_info_print_table_colspan_header(2, "PHP 5 Authors");
+               php_info_print_table_colspan_header(2, "PHP Authors");
                php_info_print_table_header(2, "Contribution", "Authors");
                CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, 
Zeev Suraski");
                CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev 
Suraski, Andrei Zmievski");

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

Reply via email to