Ignore:
Timestamp:
07/28/08 16:42:45 (16 years ago)
Author:
niltonneto
Message:

Ver ocorrência #270 do Trac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/adodb/drivers/adodb-postgres64.inc.php

    r34 r370  
    679679                } 
    680680                if ($this->_connectionID === false) return false; 
     681                $this->_nestedSQL = true; 
     682                 
     683                /* jakjr: I really do not know why this is executed. 
    681684                $this->Execute("set datestyle='ISO'"); 
    682685                 
     
    686689                        $this->_nestedSQL = true; 
    687690                } 
     691                */ 
    688692                return true; 
    689693        } 
Note: See TracChangeset for help on using the changeset viewer.