diff options
author | Marcus Boerger <helly@php.net> | 2004-03-08 18:05:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-03-08 18:05:41 +0000 |
commit | 6b0f57ee5022fd3062c594cd145da363dc723590 (patch) | |
tree | 88668d12fcf14d9ef4c8f75048402b20b587d728 /ext/sqlite/php_sqlite.h | |
parent | b6b7c9eb6521f75955e285036e901a6b11ec86b5 (diff) | |
download | php-git-6b0f57ee5022fd3062c594cd145da363dc723590.tar.gz |
Rename hasMore() to valid() as discussed. (Part II)
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 01bbeb9d8e..e0ae4113d3 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -65,7 +65,7 @@ PHP_FUNCTION(sqlite_rewind); PHP_FUNCTION(sqlite_next); PHP_FUNCTION(sqlite_prev); -PHP_FUNCTION(sqlite_has_more); +PHP_FUNCTION(sqlite_valid); PHP_FUNCTION(sqlite_has_prev); PHP_FUNCTION(sqlite_libversion); |