BUGFIX: syntax error fixed

This commit is contained in:
Geoff Munn 2010-05-28 02:39:52 +00:00
parent 3d0c31763a
commit 0c8580f3d7
1 changed files with 1 additions and 1 deletions

View File

@ -1734,7 +1734,7 @@ class PostgreSQLQuery extends SS_Query {
} }
public function seek($row) { public function seek($row) {
return pg_result_seek($this-handle, $row); return pg_result_seek($this->handle, $row);
} }
public function numRecords() { public function numRecords() {