- Timestamp:
- 03/01/2008 02:32:44 PM (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/system/libraries/drivers/Database/Pgsql.php
r2186 r2205 355 355 { 356 356 $this->insert_id = (strtolower($matches[0]) == 'insert') ? $this->get_insert_id($link) : FALSE; 357 $this->total_rows = pg_affected_rows($ link);357 $this->total_rows = pg_affected_rows($this->result); 358 358 } 359 359 else
