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/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php index 76bd601..f065e54 100644 --- a/system/database/drivers/postgre/postgre_result.php +++ b/system/database/drivers/postgre/postgre_result.php
@@ -135,7 +135,7 @@ */ function _data_seek($n = 0) { - pg_result_seek($this->result_id, $n); + return pg_result_seek($this->result_id, $n); } // --------------------------------------------------------------------