From: Marcus Boerger Date: Tue, 25 Jan 2005 19:08:38 +0000 (+0000) Subject: - Proto fix X-Git-Tag: RELEASE_0_2~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c2b14b92f78125dfb766faab01273644c62a4c6;p=php - Proto fix --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 8e0076643a..183d8d54ea 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -2640,7 +2640,7 @@ PHP_FUNCTION(sqlite_next) } /* }}} */ -/* {{{ proto bool sqlite_key(resource result) +/* {{{ proto int sqlite_key(resource result) Return the current row index of a buffered result. */ PHP_FUNCTION(sqlite_key) {