From bfe9e3967391488d6f854f1996d46a01f12ac0dc Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 31 May 2003 02:33:55 +0000 Subject: [PATCH] MFB: fix proto --- ext/session/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/session.c b/ext/session/session.c index 8f09578ef85..1054524c26d 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -1369,7 +1369,7 @@ PHP_FUNCTION(session_id) } /* }}} */ -/* {{{ proto string session_regenerate_id() +/* {{{ proto bool session_regenerate_id() Update the current session id with a newly generated one. */ PHP_FUNCTION(session_regenerate_id) {