Changeset 4985

Show
Ignore:
Timestamp:
09/25/08 23:47:05 (9 months ago)
Author:
jwage
Message:

[1.0] fixes #1458 Fixes undefined variable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Import/Pgsql.php

    r4252 r4985  
    247247    public function listTableViews($table) 
    248248    { 
    249         return $this->conn->fetchColumn($query); 
     249        return $this->conn->fetchColumn($table); 
    250250    } 
    251251}