commit | 1716cb80344dcb09dd263293b7901cd5b669e302 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Oct 25 05:12:34 2006 +0000 |
committer | admin <devnull@localhost> | Wed Oct 25 05:12:34 2006 +0000 |
tree | 544c6f45fe307cdd2a1d0f6a5f2bc05f0bceca49 | |
parent | 2bc13859b72ceb8400d37adbba52b8404995bf03 [diff] [blame] |
diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php index 00045d0..a406a93 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php
@@ -131,7 +131,7 @@ */ function _data_seek($n = 0) { - sqlite_seek($this->result_id, $n); + return sqlite_seek($this->result_id, $n); } // --------------------------------------------------------------------