Changeset 4985
- Timestamp:
- 09/25/08 23:47:05 (9 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Import/Pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Import/Pgsql.php
r4252 r4985 247 247 public function listTableViews($table) 248 248 { 249 return $this->conn->fetchColumn($ query);249 return $this->conn->fetchColumn($table); 250 250 } 251 251 }