From 02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Fri, 7 Apr 2000 17:02:01 +0000 Subject: [PATCH] typo --- sapi/apache/php_apache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ", "); } -- 2.50.1