diff options
author | brian978 <dbrian89@yahoo.com> | 2012-12-09 10:20:01 +0100 |
---|---|---|
committer | brian978 <dbrian89@yahoo.com> | 2012-12-09 10:20:01 +0100 |
commit | 2c70fec8c697caaea0ee74392847a6a6204eea01 (patch) | |
tree | f7ecd946cdf2c4f66997d1f0677061a34afc6d0e /system/database/drivers/sqlite/sqlite_result.php | |
parent | d56eb54f0f7a058d9e1b253f8fb900680d6813e0 (diff) | |
parent | 545a7c86701875e1412bcde316e9bcc76d9a23a0 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop
Diffstat (limited to 'system/database/drivers/sqlite/sqlite_result.php')
-rw-r--r-- | system/database/drivers/sqlite/sqlite_result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php index 24f02a8b4..889757dea 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -117,7 +117,7 @@ class CI_DB_sqlite_result extends CI_DB_result { * @param int $n * @return bool */ - protected function _data_seek($n = 0) + public function data_seek($n = 0) { return sqlite_seek($this->result_id, $n); } |