Changeset 2204

Show
Ignore:
Timestamp:
03/01/2008 02:31:03 PM (10 months ago)
Author:
zombor
Message:

Fixing #457.

Files:
1 modified

Legend:

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

    r2196 r2204  
    364364                        { 
    365365                                $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); 
    367367                        } 
    368368                        else