From: Colin Viebrock Date: Fri, 7 Apr 2000 17:02:01 +0000 (+0000) Subject: typo X-Git-Tag: php-4.0RC2~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5;p=php typo --- diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 41fc1f924b..44150b72cb 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -41,7 +41,7 @@ #include "http_request.h" #include "build-defs.h" -#define SECTION(name) PUTS("

" name "

\n") +#define SECTION(name) PUTS("

" name "

\n") extern module *top_module; @@ -204,7 +204,6 @@ PHP_MINFO_FUNCTION(apache) *p='\0'; /* Cut off ugly .c extensions on module names */ } strcpy(modulenames, name); - PUTS(name); if (modp->next) { strcpy(modulenames, ", "); }