Changeset 4775

Show
Ignore:
Timestamp:
08/16/08 10:30:34 (5 months ago)
Author:
romanb
Message:

Fixed #1344.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Export/Mssql.php

    r4252 r4775  
    185185                    $query .= ', '; 
    186186                } 
    187                 $query .= 'ADD ' . $this->conn->getDeclaration($fieldName, $field); 
     187                $query .= 'ADD ' . $this->getDeclaration($fieldName, $field); 
    188188            } 
    189189        }