]> granicus.if.org Git - php/commitdiff
MFB: fix proto
authorfoobar <sniper@php.net>
Sat, 31 May 2003 02:33:55 +0000 (02:33 +0000)
committerfoobar <sniper@php.net>
Sat, 31 May 2003 02:33:55 +0000 (02:33 +0000)
ext/session/session.c

index 8f09578ef85319bc381fdbd6bfd53f30cd920b41..1054524c26d6c8dbcddca5ee80e436077c90d86a 100644 (file)
@@ -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)
 {