Changeset 2204
- Timestamp:
- 03/01/2008 02:31:03 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Pgsql.php
r2196 r2204 364 364 { 365 365 $this->insert_id = (strtolower($matches[0]) == 'insert') ? $this->get_insert_id($link) : FALSE; 366 $this->total_rows = pg_affected_rows($ link);366 $this->total_rows = pg_affected_rows($this->result); 367 367 } 368 368 else
