Changeset 1114

Show
Ignore:
Timestamp:
10/10/08 10:14:43 (3 months ago)
Author:
analogue
Message:

bugfix #711 Make pg_query() quiet when it should be r=laurentj

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/plugins/db/pgsql/pgsql.dbconnection.php

    r1088 r1114  
    120120 
    121121    protected function _doQuery ($queryString){ 
    122         if ($qI = pg_query ($this->_connection, $queryString)){ 
     122        if ($qI = @pg_query ($this->_connection, $queryString)){ 
    123123            $rs= new pgsqlDbResultSet ($qI); 
    124124            $rs->_connector = $this; 
Download in other formats: Unified Diff Zip Archive