Changeset 3614


Ignore:
Timestamp:
12/21/10 10:40:39 (13 years ago)
Author:
rodsouza
Message:

Ticket #1464 - Removendo tentativa de remocao de sequencia antes de remover a tabela.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/inc/class.schema_proc_pgsql.inc.php

    r2 r3614  
    519519                function DropTable($oProc, &$aTables, $sTableName) 
    520520                { 
    521                         $this->DropSequenceForTable($oProc,$sTableName); 
    522  
    523521                        return $oProc->m_odb->query("DROP TABLE " . $sTableName) && 
    524522                                $this->DropSequenceForTable($oProc, $sTableName) && 
Note: See TracChangeset for help on using the changeset viewer.