From 565c322797d94e99eb12794c9755cfe4dcd665d0 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 20 Sep 1999 20:05:26 +0000 Subject: Here was also something missing. --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/file.c') diff --git a/ext/standard/file.c b/ext/standard/file.c index 78922925f3..900e29304e 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -919,7 +919,7 @@ PHP_FUNCTION(fgetc) { /* Strip any HTML tags while reading */ -/* {{{ proto string fgetss(int fp, int length [, allowable_tags]) +/* {{{ proto string fgetss(int fp, int length [, string allowable_tags]) Get a line from file pointer and strip HTML tags */ PHP_FUNCTION(fgetss) { -- cgit v1.2.1