Changeset 2205

Show
Ignore:
Timestamp:
03/01/2008 02:32:44 PM (9 months ago)
Author:
zombor
Message:

Merging r2204 to 2.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/system/libraries/drivers/Database/Pgsql.php

    r2186 r2205  
    355355                        { 
    356356                                $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); 
    358358                        } 
    359359                        else